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 |
- |