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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic-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-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.
-

Powered by Google App Engine
This is Rietveld 408576698