Index: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt |
deleted file mode 100644 |
index 7dc5ba90d697b5d7a4dbef73f1105d57f8609088..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-HTMLTableElement's insertRow() method |
- |
-The first three test whether HTMLTableElement's insertRow() method can add an implicit tbody into a table without one, to hold the inserted row. |
- |
-The first tests an empty table |
- |
-The second tests a table with text contents. |
- |
-The third tests a table with only a form element inside. |
- |
-The next four test the method on typical cases. |
- |
-The first tests a table with only a thead |
- |
-The second tests a table with only a tbody |
- |
-The third tests a table with only a tfoot |
- |
-The fourth tests a table with a few rows and cells |
- |
-Success |
-Success |
-Success |
-Success |
-Success |
-Success |
-Success |