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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated.html

Issue 2731403009: DevTools: add tests to fixate sourcemap bindings behavior (Closed)
Patch Set: rebaseline Created 3 years, 9 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/bindings/bindings-main-frame-navigated-expected.txt » ('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/bindings/bindings-main-frame-navigated.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated.html
index 1ef04cd302137a2fe5588a962358d163dcbfc33b..a23e20d54d17486b495fb73ddf54d9269bee40b0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated.html
@@ -11,7 +11,11 @@ async function test()
InspectorTest.dumpWorkspace();
InspectorTest.markStep('attachFrame');
- await InspectorTest.attachFrame('frame', './resources/magic-frame.html', '_test_attachFrame.js');
+ await Promise.all([
+ InspectorTest.attachFrame('frame', './resources/sourcemap-frame.html', '_test_attachFrame.js'),
+ InspectorTest.waitForSourceMap('sourcemap-script.js.map'),
+ InspectorTest.waitForSourceMap('sourcemap-style.css.map'),
+ ]);
InspectorTest.dumpWorkspace();
InspectorTest.markStep('navigateMainFrame');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-main-frame-navigated-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698