| Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-navigator.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-navigator.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-navigator.html
|
| index 221b9511784536a17717fd56c7ae2258ac5a0eb4..e3eb8955133e056658d49119950395acf86a4b36 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-navigator.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-navigator.html
|
| @@ -25,6 +25,10 @@ async function test()
|
| await SDK.targetManager.suspendAllTargets();
|
| InspectorTest.dumpNavigatorView(sourcesNavigator, false);
|
|
|
| + InspectorTest.markStep('detachFrame');
|
| + await InspectorTest.detachFrame('frame1', '_test_detachFrame.js');
|
| + InspectorTest.dumpNavigatorView(sourcesNavigator, false);
|
| +
|
| InspectorTest.markStep('Resuming targets.');
|
| await Promise.all([
|
| SDK.targetManager.resumeAllTargets(),
|
|
|