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

Unified Diff: LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt

Issue 1171753002: DevTools console context defaults to the Service Worker, should not. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt b/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ce5b4dac262e59b57cec3e8933a86dd2fa47b2a9
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt
@@ -0,0 +1,16 @@
+Tests that re-adding a removed target restores the last selected execution context.
+
+Adding page target:
+Execution context selected: mock-target-page-target:pageFrame1
+Target selected: mock-target-page-target
+
+Adding sw target:
+
+Removing page target:
+Execution context selected: mock-target-sw-target:
+Target selected: mock-target-sw-target
+
+Readding page target:
+Execution context selected: mock-target-page-target:pageFrame1
+Target selected: mock-target-page-target
+

Powered by Google App Engine
This is Rietveld 408576698