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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html

Issue 2893073002: DevTools: introduce ResourceMapping (Closed)
Patch Set: address comments Created 3 years, 6 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/inspector/sources/debugger-ui/scripts-sorting.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
index d59034c8fc0525e9c239983eda1d2a3ffe7482aa..5099138c8c73027f8804df3c7e7ef3a463fc4426 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
@@ -17,7 +17,8 @@ async function test()
sourcesNavigatorView = createNavigatorView(Sources.SourcesNavigatorView);
contentScriptsNavigatorView = createNavigatorView(Sources.ContentScriptsNavigatorView);
- Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._reset();
+ Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._resetForTest();
+ Bindings.resourceMapping._resetForTest(InspectorTest.mainTarget);
var pageMock = new InspectorTest.PageMock('http://example.com');
pageMock.disableDOMCapability();

Powered by Google App Engine
This is Rietveld 408576698