| 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');
|
|
|