Index: LayoutTests/fast/dom/document-set-title-mutations-expected.txt |
diff --git a/LayoutTests/fast/dom/document-set-title-mutations-expected.txt b/LayoutTests/fast/dom/document-set-title-mutations-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2db894086ac5d9a1fec94a656f99991904b8c6e4 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/document-set-title-mutations-expected.txt |
@@ -0,0 +1,13 @@ |
+Test for mutations to childList when setting document.title. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS mutations.length is 1 |
+PASS mutations[0].type is "childList" |
+PASS mutations[0].addedNodes.length is 1 |
+PASS mutations[0].removedNodes.length is 1 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |