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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-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-65-excerpt-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt
deleted file mode 100644
index df9c9581796a9345bca0987d7c79cbbdf4249b84..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-An excerpt from an early Acid3 test 65: construct a table, and see if the table is as expected
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS table.tBodies[0].rows[0].rowIndex is 0
-PASS table.tBodies[0].rows[0].sectionRowIndex is 0
-PASS table.childNodes.length is 3
-PASS !!table.caption is true
-PASS !!table.tHead is true
-PASS table.tFoot is null
-PASS table.tBodies.length is 1
-PASS table.rows.length is 1
-PASS tr1.parentNode is null
-PASS table.caption is table.createCaption()
-PASS table.tFoot is null
-PASS table.tHead is table.createTHead()
-PASS table.createTFoot() is table.tFoot
-PASS table.rows[0] is table.tHead.firstChild
-PASS table.rows.length is 2
-PASS table.rows[1] is table.tBodies[0].firstChild
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698