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

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

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
1 Test that watch expressions expansion state is restored after update. 1 Test that watch expressions expansion state is restored after update.
2 2
3 Bug 99304 3 Bug 99304
4 Watch expressions added. 4 Watch expressions added.
5 expanded globalObject [object Object] 5 expanded globalObject [object Object]
6 expanded foo [object Object] 6 expanded foo [object Object]
7 expanded bar [object Object] 7 expanded bar [object Object]
8 Watch expressions expanded. 8 Watch expressions expanded.
9 globalObject: Object 9 globalObject: Object
10 foo: Object 10 foo: Object
11 bar: Object 11 bar: Object
12 baz: 2012 12 baz: 2012
13 __proto__: Object 13 __proto__: Object
14 __proto__: Object 14 __proto__: Object
15 __proto__: Object 15 __proto__: Object
16 windowAlias: Window 16 windowAlias: Window
17 Page reloaded. 17 Page reloaded.
18 Watch expressions after page reload: 18 Watch expressions after page reload:
19 globalObject: Object 19 globalObject: Object
20 foo: Object 20 foo: Object
21 bar: Object 21 bar: Object
22 baz: 2012 22 baz: 2012
23 __proto__: Object 23 __proto__: Object
24 __proto__: Object 24 __proto__: Object
25 __proto__: Object 25 __proto__: Object
26 windowAlias: Window 26 windowAlias: Window
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698