Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-skips-non-tr-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-skips-non-tr-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-skips-non-tr-expected.txt |
deleted file mode 100644 |
index 8349274b9f1e6b38a2cc1e4f970e49ca1f1db4a5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-skips-non-tr-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Tests that HTMLTableSectionElement.insertRow() skips non <tr> children. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS tb.__proto__ is HTMLTableSectionElement.prototype |
-PASS childNodes.length is 4 |
-PASS childNodes[0].nodeValue is "TEXT" |
-PASS childNodes[1].tagName is "A" |
-PASS childNodes[2].innerHTML is "0" |
-PASS childNodes[3].innerHTML is "1" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |