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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells-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/HTMLTableRowElement/cells-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells-expected.txt
deleted file mode 100644
index 162ed699e02328132b528a7148b2f04fcf1ece83..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS checkCellNesting("col") is 0
-PASS checkCellNesting("colgroup") is 0
-PASS checkCellNesting("div") is 0
-PASS checkCellNesting("form") is 0
-PASS checkCellNesting("script") is 0
-PASS checkCellNesting("table") is 0
-PASS checkCellNesting("tbody") is 0
-PASS checkCellNesting("tfoot") is 0
-PASS checkCellNesting("thead") is 0
-PASS checkCellNesting("tr") is 0
-
-PASS checkCellNesting("td") is 1
-PASS checkCellNesting("th") is 1
-
-PASS checkHeaderCellNesting("col") is 0
-PASS checkHeaderCellNesting("colgroup") is 0
-PASS checkHeaderCellNesting("div") is 0
-PASS checkHeaderCellNesting("form") is 0
-PASS checkHeaderCellNesting("script") is 0
-PASS checkHeaderCellNesting("table") is 0
-PASS checkHeaderCellNesting("tbody") is 0
-PASS checkHeaderCellNesting("tfoot") is 0
-PASS checkHeaderCellNesting("thead") is 0
-PASS checkHeaderCellNesting("tr") is 0
-
-PASS checkHeaderCellNesting("td") is 1
-PASS checkHeaderCellNesting("th") is 1
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698