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

Side by Side Diff: LayoutTests/platform/win-xp/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 128.00 392.00 160.00) 9 [400, 128, 392, 160],
10 (rect 400.00 128.00 392.00 160.00) 10 [400, 128, 392, 160],
11 (rect 148.00 128.00 644.00 100.00) 11 [148, 128, 644, 100],
12 (rect 148.00 128.00 644.00 100.00) 12 [148, 128, 644, 100],
13 (rect 148.00 128.00 644.00 100.00) 13 [148, 128, 644, 100],
14 (rect 148.00 128.00 644.00 100.00) 14 [148, 128, 644, 100],
15 (rect 148.00 128.00 252.00 160.00) 15 [148, 128, 252, 160],
16 (rect 139.00 128.00 653.00 100.00) 16 [139, 128, 653, 100],
17 (rect 139.00 128.00 653.00 100.00) 17 [139, 128, 653, 100],
18 (rect 139.00 128.00 9.00 100.00) 18 [139, 128, 9, 100],
19 (rect 8.00 228.00 784.00 60.00) 19 [8, 228, 784, 60],
20 (rect 8.00 228.00 784.00 60.00) 20 [8, 228, 784, 60],
21 (rect 8.00 228.00 392.00 60.00) 21 [8, 228, 392, 60],
22 (rect 0.00 236.00 800.00 60.00) 22 [0, 236, 800, 60]
23 ) 23 ]
24 ) 24 }
25 ) 25 ]
26 ) 26 }
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698