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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-context-selector-expected.txt

Issue 2849583006: [DevTools] Disable contexts in console selector on pause (Closed)
Patch Set: tests 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests console execution context selector.
2
3 Console context selector:
4 * top
5 ____myframe (data:text/html,chro…)
6 ____⚙ worker-pause.js
7
8 Selected worker
9 Console context selector:
10 top
11 ____myframe (data:text/html,chro…)
12 * ____⚙ worker-pause.js
13
14 Selected iframe
15 Console context selector:
16 top
17 * ____myframe (data:text/html,chro…)
18 ____⚙ worker-pause.js
19
20 Paused in main
21 Console context selector:
22 * top
23 ____myframe (data:text/html,chro…) [disabled]
24 ____⚙ worker-pause.js
25
26 Resumed
27 Console context selector:
28 * top
29 ____myframe (data:text/html,chro…)
30 ____⚙ worker-pause.js
31
32 Paused in worker
33 Console context selector:
34 top
35 ____myframe (data:text/html,chro…)
36 * ____⚙ worker-pause.js
37
38 Resumed
39 Console context selector:
40 top
41 ____myframe (data:text/html,chro…)
42 * ____⚙ worker-pause.js
43
44 Paused in iframe
45 Console context selector:
46 top [disabled]
47 * ____myframe (data:text/html,chro…)
48 ____⚙ worker-pause.js
49
50 Resumed
51 Console context selector:
52 top
53 * ____myframe (data:text/html,chro…)
54 ____⚙ worker-pause.js
55
56 Destroyed iframe
57 Console context selector:
58 * top
59 ____⚙ worker-pause.js
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698