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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings.html

Issue 2833583003: DevTools: proper management of ResourceTreeModel in NetworkProject (Closed)
Patch Set: address comments Created 3 years, 7 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/suspendtarget-bindings-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/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(),
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-bindings-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698