From 2c7620654606dcd51ecd57840cf78c3b04512d84 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 23 Oct 2021 18:00:23 -0500 Subject: [PATCH] test: improve observer tests --- tests/platform/mutation-observer/index.html | 15 +++++++++++++++ .../mutation-observer/mutation-observer.spec.ts | 4 ++++ tests/platform/resize-observer/index.html | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/tests/platform/mutation-observer/index.html b/tests/platform/mutation-observer/index.html index 7048bd63..585a11a3 100644 --- a/tests/platform/mutation-observer/index.html +++ b/tests/platform/mutation-observer/index.html @@ -106,21 +106,34 @@

MutationObserver

targetNode.textContent = ''; } }); + + document.body.className = 'completed'; })();