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

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

Issue 2136763002: DevTools: Sort execution contexts in nested frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge conflict Created 4 years, 5 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 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: mock-target-page-target
7 Execution context selected: mock-target-page-target:42 7 Execution context selected: mock-target-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: contentScript1 12 Execution context selected: mock-target-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: mock-target-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: mock-target-sw-target
19 Execution context selected: mock-target-sw-target: 19 Execution context selected: mock-target-sw-target:
20 20
21 Switching to page target 21 Switching to page target
22 Target selected: mock-target-page-target 22 Target selected: mock-target-page-target
(...skipping 22 matching lines...) Expand all
45 Execution context selected: mock-target-page-target:iframe1 45 Execution context selected: mock-target-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: mock-target-sw-target
49 Execution context selected: mock-target-sw-target: 49 Execution context selected: mock-target-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