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 |
deleted file mode 100644 |
index 2db894086ac5d9a1fec94a656f99991904b8c6e4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/document-set-title-mutations-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-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 |
- |