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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/bugzilla-5699-expected.txt

Issue 988113003: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 184, 32, 19], 9 [8, 184, 32, 19],
10 [8, 176, 784, 28], 10 [8, 176, 784, 28],
11 [8, 156, 32, 19], 11 [8, 156, 32, 19],
12 [8, 150, 4, 19], 12 [8, 150, 4, 19],
13 [8, 150, 4, 19], 13 [8, 150, 4, 19],
14 [8, 136, 784, 67], 14 [8, 136, 784, 67],
15 [8, 136, 4, 19] 15 [8, 136, 4, 19]
16 ],
17 "paintInvalidationClients": [
18 "LayoutBlockFlow P",
19 "LayoutBlockFlow P",
20 "LayoutInline SPAN id='d'",
21 "LayoutText #text",
22 "LayoutBR BR",
23 "LayoutText #text",
24 "LayoutBR BR"
16 ] 25 ]
17 } 26 }
18 ] 27 ]
19 } 28 }
20 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698