Index: LayoutTests/fast/parser/scriptexec-during-parserInsertBefore-expected.txt |
diff --git a/LayoutTests/fast/parser/scriptexec-during-parserInsertBefore-expected.txt b/LayoutTests/fast/parser/scriptexec-during-parserInsertBefore-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..885f43715cfd768ee40bf25631a67ab92e8508af |
--- /dev/null |
+++ b/LayoutTests/fast/parser/scriptexec-during-parserInsertBefore-expected.txt |
@@ -0,0 +1,11 @@ |
+Ensure that DOM is consistent after a specific child has been removed during reparenting. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS containerNode.childNodes[0] is firstChild |
+PASS nextChild.previousSibling is null |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |