Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows-expected.txt

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows-expected.txt
deleted file mode 100644
index 04946c580ad160c5c2c25f6ff4c0b92f51254359..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows-expected.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-Test behavior of the HTMLTableElement 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 checkNoBodyRowNesting("col") is 0
-PASS checkNoBodyRowNesting("colgroup") is 0
-PASS checkNoBodyRowNesting("div") is 0
-PASS checkNoBodyRowNesting("form") is 0
-PASS checkNoBodyRowNesting("script") is 0
-PASS checkNoBodyRowNesting("table") is 0
-PASS checkNoBodyRowNesting("td") is 0
-PASS checkNoBodyRowNesting("th") is 0
-
-PASS checkNoBodyRowNesting("tbody") is 1
-PASS checkNoBodyRowNesting("tfoot") is 1
-PASS checkNoBodyRowNesting("thead") is 1
-
-PASS checkNoBodyRowNesting("tr") is 1
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698