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

Side by Side Diff: LayoutTests/fast/repaint/background-resize-width-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, 500], 9 [558, 8, 50, 500]
10 [8, 8, 550, 500]
11 ], 10 ],
12 "children": [ 11 "children": [
13 { 12 {
14 "position": [8, 8], 13 "position": [8, 8],
15 "bounds": [55, 40], 14 "bounds": [55, 40],
16 "drawsContent": true, 15 "drawsContent": true,
17 "backfaceVisibility": "hidden", 16 "backfaceVisibility": "hidden",
18 "repaintRects": [ 17 "repaintRects": [
19 [55, 0, 5, 40] 18 [55, 0, 5, 40]
20 ] 19 ]
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "repaintRects": [ 222 "repaintRects": [
224 [0, 0, 60, 40], 223 [0, 0, 60, 40],
225 [0, 0, 55, 40] 224 [0, 0, 55, 40]
226 ] 225 ]
227 } 226 }
228 ] 227 ]
229 } 228 }
230 ] 229 ]
231 } 230 }
232 231
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698