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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-sorted.html

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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/http/tests/inspector/network/network-columns-visible.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-sorted.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-sorted.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-sorted.html
index 0d20273efa38e93fd306a517c4ebc6ee94d863a3..bb9872337d831b7b7ac9e6e34dae946c4f70f3d3 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-sorted.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-sorted.html
@@ -35,9 +35,9 @@ function test()
var columnsView = logView._columns;
InspectorTest.addSniffer(logView, "dataGridSorted", dataGridSorted.bind(null, logView), true);
- dataGrid.markColumnAsSortedBy('name', UI.DataGrid.Order.Ascending);
+ dataGrid.markColumnAsSortedBy('name', DataGrid.DataGrid.Order.Ascending);
columnsView.sortByCurrentColumn();
- dataGrid.markColumnAsSortedBy('name', UI.DataGrid.Order.Descending);
+ dataGrid.markColumnAsSortedBy('name', DataGrid.DataGrid.Order.Descending);
columnsView.sortByCurrentColumn();
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-visible.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698