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

Side by Side Diff: LayoutTests/fast/repaint/background-resize-height-expected.txt

Issue 346473004: Auto-rebaseline for r176700 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
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, 8, 600, 550], 9 [8, 508, 600, 50]
10 [8, 8, 600, 500]
11 ], 10 ],
12 "children": [ 11 "children": [
13 { 12 {
14 "position": [8, 8], 13 "position": [8, 8],
15 "bounds": [60, 44], 14 "bounds": [60, 44],
16 "drawsContent": true, 15 "drawsContent": true,
17 "backfaceVisibility": "hidden", 16 "backfaceVisibility": "hidden",
18 "repaintRects": [] 17 "repaintRects": []
19 }, 18 },
20 { 19 {
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "repaintRects": [ 212 "repaintRects": [
214 [0, 0, 60, 40], 213 [0, 0, 60, 40],
215 [0, 0, 60, 40] 214 [0, 0, 60, 40]
216 ] 215 ]
217 } 216 }
218 ] 217 ]
219 } 218 }
220 ] 219 ]
221 } 220 }
222 221
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698