Index: LayoutTests/fast/dom/MutationObserver/script-append-expected.txt |
diff --git a/LayoutTests/fast/dom/MutationObserver/script-end-tag-expected.txt b/LayoutTests/fast/dom/MutationObserver/script-append-expected.txt |
similarity index 51% |
copy from LayoutTests/fast/dom/MutationObserver/script-end-tag-expected.txt |
copy to LayoutTests/fast/dom/MutationObserver/script-append-expected.txt |
index 56a637b5d224662cca5f015289d8b3d1a9567129..4c89f3e179ce01f06569f63e25fd32e40dcdece2 100644 |
--- a/LayoutTests/fast/dom/MutationObserver/script-end-tag-expected.txt |
+++ b/LayoutTests/fast/dom/MutationObserver/script-append-expected.txt |
@@ -1,10 +1,12 @@ |
-Test that a script end tags invokes MutationObserver callbacks |
+Test that an appended script does NOT invoke MutationObserver callbacks |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
PASS mutationsDelivered is false |
-PASS mutationsDelivered is true |
+PASS scriptDidRun is false |
+PASS scriptDidRun is true |
+PASS mutationsDelivered is false |
PASS successfullyParsed is true |
TEST COMPLETE |