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