Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic-expected.txt |
deleted file mode 100644 |
index 879a156d2ee35ca1daa1e19e352ca82671e99ec3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic-expected.txt |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-PASS: Initial value of datagrid.columns is defined. |
-PASS: Initial length of datagrid.columns is 0. |
-PASS: Column returned from add. |
-PASS: We have one column in the list. |
-PASS: The column at item(0) is the column we got back from add. |
-PASS: The column at index 0 is the column we got back from add. |
-PASS: The column when referenced by name is the one we got back from add. |
-PASS: The column's ID is fromcol as expected. |
-PASS: The column's label is From as expected. |
-PASS: The column's type is text as expected. |
-PASS: The column's primary property is true as expected. |
-PASS: The column's sortable property is 2 as expected. |
-PASS: The column returned from add is now the primary column. |
- |