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

Side by Side Diff: LayoutTests/platform/win/css3/flexbox/repaint-expected.txt

Issue 347223003: Auto-rebaseline for r176651 (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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (repaint rects 8 "repaintRects": [
9 (rect 400.00 116.00 392.00 162.00) 9 [400, 116, 392, 162],
10 (rect 400.00 116.00 392.00 162.00) 10 [400, 116, 392, 162],
11 (rect 148.00 116.00 644.00 108.00) 11 [148, 116, 644, 108],
12 (rect 148.00 116.00 644.00 108.00) 12 [148, 116, 644, 108],
13 (rect 148.00 116.00 644.00 108.00) 13 [148, 116, 644, 108],
14 (rect 148.00 116.00 644.00 108.00) 14 [148, 116, 644, 108],
15 (rect 148.00 116.00 252.00 162.00) 15 [148, 116, 252, 162],
16 (rect 139.00 116.00 653.00 90.00) 16 [139, 116, 653, 90],
17 (rect 139.00 116.00 653.00 90.00) 17 [139, 116, 653, 90],
18 (rect 139.00 116.00 9.00 108.00) 18 [139, 116, 9, 108],
19 (rect 8.00 224.00 784.00 54.00) 19 [8, 224, 784, 54],
20 (rect 8.00 224.00 784.00 54.00) 20 [8, 224, 784, 54],
21 (rect 8.00 224.00 392.00 54.00) 21 [8, 224, 392, 54],
22 (rect 8.00 206.00 784.00 18.00) 22 [8, 206, 784, 18],
23 (rect 8.00 206.00 784.00 18.00) 23 [8, 206, 784, 18],
24 (rect 8.00 206.00 140.00 18.00) 24 [8, 206, 140, 18],
25 (rect 0.00 232.00 800.00 54.00) 25 [0, 232, 800, 54],
26 (rect 0.00 214.00 800.00 18.00) 26 [0, 214, 800, 18]
27 ) 27 ]
28 ) 28 }
29 ) 29 ]
30 ) 30 }
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698