Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt |
deleted file mode 100644 |
index 6470120c622e11c2800c3a9fde11e5cda74f32ec..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Tests that HTMLTableSectionElement.insertRow()'s default argument is -1. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS tb.__proto__ is HTMLTableSectionElement.prototype |
-PASS rows.length is 4 |
-PASS rows[0].innerHTML is "0" |
-PASS rows[1].innerHTML is "1" |
-PASS rows[2].innerHTML is "2" |
-PASS rows[3].innerHTML is "3" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |