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

Side by Side Diff: LayoutTests/inspector/sources/debugger/watch-expressions-preserve-expansion-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that watch expressions expansion state is restored after update.
2
3 Bug 99304
4 Watch expressions added.
5 expanded globalObject [object Object]
6 expanded foo [object Object]
7 expanded bar [object Object]
8 Watch expressions expanded.
9 globalObject: Object
10 foo: Object
11 bar: Object
12 baz: 2012
13 __proto__: Object
14 __proto__: Object
15 __proto__: Object
16 windowAlias: Window
17 Page reloaded.
18 Watch expressions after page reload:
19 globalObject: Object
20 foo: Object
21 bar: Object
22 baz: 2012
23 __proto__: Object
24 __proto__: Object
25 __proto__: Object
26 windowAlias: Window
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698