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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/datagrid.html

Issue 2894083002: [DevTools] Set row background instead of the table (Closed)
Patch Set: Fixed a comment Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/components/datagrid-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/components/datagrid.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/datagrid.html b/third_party/WebKit/LayoutTests/inspector/components/datagrid.html
index f5b20a0e4576cfac8a5f77966712d8ef10841da1..e7d44e09455fe3d493787f503f4808694c77a6e1 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/datagrid.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/datagrid.html
@@ -53,6 +53,12 @@ function test()
var root = dataGrid.rootNode();
+ InspectorTest.addResult(dataGrid.element.classList);
+ dataGrid.setStriped(true);
+ InspectorTest.addResult(dataGrid.element.classList);
+ dataGrid.setStriped(false);
+ InspectorTest.addResult(dataGrid.element.classList);
+
InspectorTest.addResult("Building tree.");
// Appending to detached node.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/components/datagrid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698