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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/suspendtarget-navigator.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
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(),

Powered by Google App Engine
This is Rietveld 408576698