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

Side by Side Diff: LayoutTests/fast/images/repaint-subrect-grid-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 46.00 18.00 18.00 19.00) 9 [46, 18, 18, 19],
10 (rect 46.00 18.00 18.00 19.00) 10 [46, 18, 18, 19],
11 (rect 37.00 37.00 18.00 18.00) 11 [37, 37, 18, 18],
12 (rect 37.00 37.00 18.00 18.00) 12 [37, 37, 18, 18],
13 (rect 37.00 0.00 18.00 18.00) 13 [37, 0, 18, 18],
14 (rect 37.00 0.00 18.00 18.00) 14 [37, 0, 18, 18],
15 (rect 28.00 18.00 18.00 19.00) 15 [28, 18, 18, 19],
16 (rect 28.00 18.00 18.00 19.00) 16 [28, 18, 18, 19],
17 (rect 18.00 37.00 19.00 18.00) 17 [18, 37, 19, 18],
18 (rect 18.00 37.00 19.00 18.00) 18 [18, 37, 19, 18],
19 (rect 18.00 0.00 19.00 18.00) 19 [18, 0, 19, 18],
20 (rect 18.00 0.00 19.00 18.00) 20 [18, 0, 19, 18],
21 (rect 9.00 18.00 18.00 19.00) 21 [9, 18, 18, 19],
22 (rect 9.00 18.00 18.00 19.00) 22 [9, 18, 18, 19],
23 (rect 0.00 37.00 18.00 18.00) 23 [0, 37, 18, 18],
24 (rect 0.00 37.00 18.00 18.00) 24 [0, 37, 18, 18],
25 (rect 0.00 18.00 9.00 19.00) 25 [0, 18, 9, 19],
26 (rect 0.00 18.00 9.00 19.00) 26 [0, 18, 9, 19],
27 (rect 0.00 0.00 18.00 18.00) 27 [0, 0, 18, 18],
28 (rect 0.00 0.00 18.00 18.00) 28 [0, 0, 18, 18]
29 ) 29 ]
30 ) 30 }
31 ) 31 ]
32 ) 32 }
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698