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

Side by Side Diff: LayoutTests/svg/repaint/repaint-paintorder-expected.txt

Issue 331713005: 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 456.00 166.00 133.00 132.00) 9 [456, 166, 133, 132],
10 (rect 456.00 166.00 133.00 132.00) 10 [456, 166, 133, 132],
11 (rect 456.00 166.00 133.00 132.00) 11 [456, 166, 133, 132],
12 (rect 320.00 166.00 133.00 132.00) 12 [320, 166, 133, 132],
13 (rect 320.00 166.00 133.00 132.00) 13 [320, 166, 133, 132],
14 (rect 184.00 166.00 132.00 132.00) 14 [184, 166, 132, 132],
15 (rect 184.00 166.00 132.00 132.00) 15 [184, 166, 132, 132],
16 (rect 184.00 166.00 132.00 132.00) 16 [184, 166, 132, 132],
17 (rect 184.00 166.00 132.00 132.00) 17 [184, 166, 132, 132],
18 (rect 184.00 166.00 132.00 132.00) 18 [184, 166, 132, 132],
19 (rect 184.00 166.00 132.00 132.00) 19 [184, 166, 132, 132],
20 (rect 184.00 166.00 132.00 132.00) 20 [184, 166, 132, 132],
21 (rect 137.00 37.00 580.00 563.00) 21 [137, 37, 580, 563],
22 (rect 47.00 166.00 133.00 132.00) 22 [47, 166, 133, 132],
23 (rect 47.00 166.00 133.00 132.00) 23 [47, 166, 133, 132],
24 (rect 47.00 166.00 133.00 132.00) 24 [47, 166, 133, 132],
25 (rect 47.00 166.00 133.00 132.00) 25 [47, 166, 133, 132],
26 (rect 47.00 166.00 133.00 132.00) 26 [47, 166, 133, 132],
27 (rect 47.00 166.00 133.00 132.00) 27 [47, 166, 133, 132],
28 (rect 47.00 166.00 133.00 132.00) 28 [47, 166, 133, 132],
29 (rect 46.00 28.00 7.00 7.00) 29 [46, 28, 7, 7]
30 ) 30 ]
31 ) 31 }
32 ) 32 ]
33 ) 33 }
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698