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

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

Issue 2533073003: [DevTools] Remove workspace-test.js part1. (Closed)
Patch Set: Created 4 years, 1 month 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/inspector/sources/debugger-ui/last-execution-context-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt
index 77541f538aff4216bfb75e88edb5bfcb1202f430..78d7ee81866355df676147e5b74a546db48bf461 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context-expected.txt
@@ -3,50 +3,50 @@ Tests how execution context and target are selected.
Adding page target
Execution context selected: contentScript1
-Target selected: mock-target-page-target
-Execution context selected: mock-target-page-target:42
+Target selected: page-target
+Execution context selected: page-target:42
Adding sw target
Removing page main frame
-Execution context selected: mock-target-page-target:iframe1
+Execution context selected: page-target:iframe1
Readding page main frame
-Execution context selected: mock-target-page-target:42
+Execution context selected: page-target:42
Switching to sw target
-Target selected: mock-target-sw-target
-Execution context selected: mock-target-sw-target:
+Target selected: sw-target
+Execution context selected: sw-target:
Switching to page target
-Target selected: mock-target-page-target
-Execution context selected: mock-target-page-target:42
+Target selected: page-target
+Execution context selected: page-target:42
User selected content script
Execution context selected: contentScript1
Switching to sw target
-Target selected: mock-target-sw-target
-Execution context selected: mock-target-sw-target:
+Target selected: sw-target
+Execution context selected: sw-target:
Switching to page target
-Target selected: mock-target-page-target
-Execution context selected: mock-target-page-target:42
+Target selected: page-target
+Execution context selected: page-target:42
User selected iframe1
-Execution context selected: mock-target-page-target:iframe1
+Execution context selected: page-target:iframe1
Switching to sw target
-Target selected: mock-target-sw-target
-Execution context selected: mock-target-sw-target:
+Target selected: sw-target
+Execution context selected: sw-target:
Switching to page target
-Target selected: mock-target-page-target
-Execution context selected: mock-target-page-target:iframe1
+Target selected: page-target
+Execution context selected: page-target:iframe1
Switching to sw target
-Target selected: mock-target-sw-target
-Execution context selected: mock-target-sw-target:
+Target selected: sw-target
+Execution context selected: sw-target:
Removing page main frame

Powered by Google App Engine
This is Rietveld 408576698