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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt-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/early-acid3-66-excerpt-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt
deleted file mode 100644
index 559a4327ddec5e3aeee1bb170090d31c29db43b4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-An excerpt from an early Acid3 test 66: test the ordering and creation of rows
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS table.rows.length is 6
-PASS table.getElementsByTagName('tr').length is 6
-PASS table.childNodes.length is 3
-PASS table.tHead is table.childNodes[0]
-PASS table.tHead.childNodes[0] is table.getElementsByTagName('tr')[0]
-PASS table.tHead.childNodes[1] is table.getElementsByTagName('tr')[1]
-PASS rows[2] is table.getElementsByTagName('tr')[1]
-PASS table.tHead.childNodes[2] is table.getElementsByTagName('tr')[2]
-PASS rows[3] is table.getElementsByTagName('tr')[2]
-PASS table.tFoot is table.childNodes[1]
-PASS table.tFoot.childNodes[0] is table.getElementsByTagName('tr')[3]
-PASS rows[0] is table.getElementsByTagName('tr')[3]
-PASS table.tFoot.childNodes[1] is table.getElementsByTagName('tr')[4]
-PASS rows[6] is table.getElementsByTagName('tr')[4]
-PASS table.childNodes[2] is table.getElementsByTagName('tr')[5]
-PASS rows[1] is table.getElementsByTagName('tr')[5]
-PASS table.tBodies.length is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698