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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies-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/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
-

Powered by Google App Engine
This is Rietveld 408576698