| Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings.html
|
| index c8cbfd9bef876b1a16b41cf73061a6999478707f..54daff4f11c6510e15bee2ccee20d32b1fdb611f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings.html
|
| @@ -22,6 +22,10 @@ async function test()
|
| await SDK.targetManager.suspendAllTargets();
|
| snapshot = InspectorTest.dumpWorkspace(snapshot);
|
|
|
| + InspectorTest.markStep('detachFrame');
|
| + await InspectorTest.detachFrame('frame1', '_test_detachFrame.js');
|
| + snapshot = InspectorTest.dumpWorkspace(snapshot);
|
| +
|
| InspectorTest.markStep('Resuming targets.');
|
| await Promise.all([
|
| SDK.targetManager.resumeAllTargets(),
|
|
|