Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies-expected.txt |
deleted file mode 100644 |
index b3fe3360818abfd6182717ddbe425c7ee313dd47..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-Test behavior of the HTMLTableElement tBodies attribute in cases where there is unusual nesting. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS checkTBodyNesting("col") is 0 |
-PASS checkTBodyNesting("colgroup") is 0 |
-PASS checkTBodyNesting("div") is 0 |
-PASS checkTBodyNesting("form") is 0 |
-PASS checkTBodyNesting("script") is 0 |
-PASS checkTBodyNesting("table") is 0 |
-PASS checkTBodyNesting("td") is 0 |
-PASS checkTBodyNesting("tfoot") is 0 |
-PASS checkTBodyNesting("th") is 0 |
-PASS checkTBodyNesting("thead") is 0 |
-PASS checkTBodyNesting("tr") is 0 |
- |
-PASS checkTBodyNesting("tbody") is 1 |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |