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

Side by Side Diff: LayoutTests/platform/win/svg/text/text-rescale-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 210.00 113.00 100.00 87.00) 9 [210, 113, 100, 87],
10 (rect 210.00 113.00 100.00 47.00) 10 [210, 113, 100, 47],
11 (rect 210.00 63.00 100.00 100.00) 11 [210, 63, 100, 100],
12 (rect 210.00 13.00 100.00 100.00) 12 [210, 13, 100, 100],
13 (rect 210.00 13.00 100.00 47.00) 13 [210, 13, 100, 47],
14 (rect 6.00 3.00 4.00 4.00) 14 [6, 3, 4, 4],
15 (rect 6.00 3.00 4.00 2.00) 15 [6, 3, 4, 2],
16 (rect 0.00 114.00 202.00 45.00) 16 [0, 114, 202, 45],
17 (rect 0.00 113.00 406.00 87.00) 17 [0, 113, 406, 87],
18 (rect 0.00 64.00 202.00 45.00) 18 [0, 64, 202, 45],
19 (rect 0.00 63.00 406.00 100.00) 19 [0, 63, 406, 100],
20 (rect 0.00 14.00 202.00 45.00) 20 [0, 14, 202, 45],
21 (rect 0.00 13.00 406.00 187.00) 21 [0, 13, 406, 187],
22 (rect 0.00 13.00 406.00 100.00) 22 [0, 13, 406, 100],
23 (rect 0.00 3.00 13.00 4.00) 23 [0, 3, 13, 4],
24 (rect 0.00 3.00 7.00 2.00) 24 [0, 3, 7, 2],
25 (rect 0.00 0.00 406.00 163.00) 25 [0, 0, 406, 163],
26 (rect 0.00 0.00 1.00 1.00) 26 [0, 0, 1, 1],
27 (rect 0.00 0.00 1.00 1.00) 27 [0, 0, 1, 1],
28 (rect 0.00 0.00 1.00 1.00) 28 [0, 0, 1, 1]
29 ) 29 ]
30 ) 30 }
31 ) 31 ]
32 ) 32 }
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698