Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt

Issue 2676783002: Remove fast/dom/HTMLDataGridElement. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt
deleted file mode 100644
index 45b77dc9c9b9f2b7c5899358e2848271ebd885a4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-PASS: datagrid JS binding is [object HTMLDataGridElement]
-PASS: Initial value of datagrid.columns is defined.
-PASS: datagrid.columns JS binding is [object DataGridColumnList]
-PASS: Initial length of datagrid.columns is 2.
-PASS: newCol JS binding is [object HTMLDataGridColElement]
-PASS: We have three columns in the list.
-PASS: The column's ID is from 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 first column is the primary column.
-PASS: After removing a column, the length of datagrid.columns is 2.
-PASS: No column is the primary column.
-

Powered by Google App Engine
This is Rietveld 408576698