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

Side by Side 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 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 unified diff | Download patch
OLDNEW
1 Tests how execution context and target are selected. 1 Tests how execution context and target are selected.
2 2
3 3
4 Adding page target 4 Adding page target
5 Execution context selected: contentScript1 5 Execution context selected: contentScript1
6 Target selected: mock-target-page-target 6 Target selected: page-target
7 Execution context selected: mock-target-page-target:42 7 Execution context selected: page-target:42
8 8
9 Adding sw target 9 Adding sw target
10 10
11 Removing page main frame 11 Removing page main frame
12 Execution context selected: mock-target-page-target:iframe1 12 Execution context selected: page-target:iframe1
13 13
14 Readding page main frame 14 Readding page main frame
15 Execution context selected: mock-target-page-target:42 15 Execution context selected: page-target:42
16 16
17 Switching to sw target 17 Switching to sw target
18 Target selected: mock-target-sw-target 18 Target selected: sw-target
19 Execution context selected: mock-target-sw-target: 19 Execution context selected: sw-target:
20 20
21 Switching to page target 21 Switching to page target
22 Target selected: mock-target-page-target 22 Target selected: page-target
23 Execution context selected: mock-target-page-target:42 23 Execution context selected: page-target:42
24 24
25 User selected content script 25 User selected content script
26 Execution context selected: contentScript1 26 Execution context selected: contentScript1
27 27
28 Switching to sw target 28 Switching to sw target
29 Target selected: mock-target-sw-target 29 Target selected: sw-target
30 Execution context selected: mock-target-sw-target: 30 Execution context selected: sw-target:
31 31
32 Switching to page target 32 Switching to page target
33 Target selected: mock-target-page-target 33 Target selected: page-target
34 Execution context selected: mock-target-page-target:42 34 Execution context selected: page-target:42
35 35
36 User selected iframe1 36 User selected iframe1
37 Execution context selected: mock-target-page-target:iframe1 37 Execution context selected: page-target:iframe1
38 38
39 Switching to sw target 39 Switching to sw target
40 Target selected: mock-target-sw-target 40 Target selected: sw-target
41 Execution context selected: mock-target-sw-target: 41 Execution context selected: sw-target:
42 42
43 Switching to page target 43 Switching to page target
44 Target selected: mock-target-page-target 44 Target selected: page-target
45 Execution context selected: mock-target-page-target:iframe1 45 Execution context selected: page-target:iframe1
46 46
47 Switching to sw target 47 Switching to sw target
48 Target selected: mock-target-sw-target 48 Target selected: sw-target
49 Execution context selected: mock-target-sw-target: 49 Execution context selected: sw-target:
50 50
51 Removing page main frame 51 Removing page main frame
52 52
53 Readding page main frame 53 Readding page main frame
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698