| Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/navigator-main-frame-navigated.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/navigator-main-frame-navigated.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/navigator-main-frame-navigated.html
|
| index fcaaac8d06da9caed9612c1faf788f9e15bae81f..95a879cfbe4264983bb351158147bd4eda5e6938 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/navigator-main-frame-navigated.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/navigator-main-frame-navigated.html
|
| @@ -14,7 +14,11 @@ async function test()
|
| InspectorTest.dumpNavigatorView(sourcesNavigator, false);
|
|
|
| InspectorTest.markStep('attachFrame');
|
| - await InspectorTest.attachFrame('frame', './resources/magic-frame.html');
|
| + await Promise.all([
|
| + InspectorTest.attachFrame('frame', './resources/sourcemap-frame.html'),
|
| + InspectorTest.waitForSourceMap('sourcemap-script.js.map'),
|
| + InspectorTest.waitForSourceMap('sourcemap-style.css.map'),
|
| + ]);
|
| InspectorTest.dumpNavigatorView(sourcesNavigator, false);
|
|
|
| InspectorTest.markStep('navigateMainFrame');
|
|
|