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

Side by Side Diff: LayoutTests/platform/mac/fast/repaint/inline-outline-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 96.00 183.00 3.00 20.00) 9 [96, 183, 3, 20],
10 (rect 96.00 183.00 3.00 20.00) 10 [96, 183, 3, 20],
11 (rect 96.00 183.00 3.00 20.00) 11 [96, 183, 3, 20],
12 (rect 92.00 183.00 3.00 20.00) 12 [92, 183, 3, 20],
13 (rect 92.00 183.00 3.00 20.00) 13 [92, 183, 3, 20],
14 (rect 88.00 183.00 3.00 20.00) 14 [88, 183, 3, 20],
15 (rect 88.00 183.00 3.00 20.00) 15 [88, 183, 3, 20],
16 (rect 81.00 183.00 3.00 20.00) 16 [81, 183, 3, 20],
17 (rect 81.00 183.00 3.00 20.00) 17 [81, 183, 3, 20],
18 (rect 69.00 183.00 3.00 20.00) 18 [69, 183, 3, 20],
19 (rect 69.00 183.00 3.00 20.00) 19 [69, 183, 3, 20],
20 (rect 62.00 183.00 3.00 20.00) 20 [62, 183, 3, 20],
21 (rect 62.00 183.00 3.00 20.00) 21 [62, 183, 3, 20],
22 (rect 58.00 183.00 3.00 20.00) 22 [58, 183, 3, 20],
23 (rect 58.00 183.00 3.00 20.00) 23 [58, 183, 3, 20],
24 (rect 58.00 183.00 3.00 20.00) 24 [58, 183, 3, 20],
25 (rect 58.00 183.00 3.00 20.00) 25 [58, 183, 3, 20],
26 (rect 54.00 183.00 3.00 20.00) 26 [54, 183, 3, 20],
27 (rect 54.00 183.00 3.00 20.00) 27 [54, 183, 3, 20],
28 (rect 50.00 183.00 3.00 20.00) 28 [50, 183, 3, 20],
29 (rect 50.00 183.00 3.00 20.00) 29 [50, 183, 3, 20],
30 (rect 44.00 183.00 3.00 20.00) 30 [44, 183, 3, 20],
31 (rect 40.00 183.00 3.00 20.00) 31 [40, 183, 3, 20],
32 (rect 40.00 183.00 3.00 20.00) 32 [40, 183, 3, 20],
33 (rect 5.00 163.00 103.00 42.00) 33 [5, 163, 103, 42],
34 (rect 5.00 163.00 103.00 42.00) 34 [5, 163, 103, 42],
35 (rect 5.00 163.00 103.00 42.00) 35 [5, 163, 103, 42],
36 (rect 5.00 163.00 103.00 42.00) 36 [5, 163, 103, 42],
37 (rect 5.00 163.00 103.00 42.00) 37 [5, 163, 103, 42],
38 (rect 5.00 163.00 103.00 42.00) 38 [5, 163, 103, 42],
39 (rect 5.00 163.00 103.00 42.00) 39 [5, 163, 103, 42],
40 (rect 5.00 163.00 103.00 42.00) 40 [5, 163, 103, 42],
41 (rect 5.00 163.00 103.00 42.00) 41 [5, 163, 103, 42],
42 (rect 5.00 163.00 103.00 42.00) 42 [5, 163, 103, 42],
43 (rect 5.00 163.00 103.00 42.00) 43 [5, 163, 103, 42],
44 (rect 5.00 163.00 103.00 42.00) 44 [5, 163, 103, 42],
45 (rect 5.00 163.00 103.00 42.00) 45 [5, 163, 103, 42],
46 (rect 5.00 163.00 103.00 42.00) 46 [5, 163, 103, 42],
47 (rect 5.00 163.00 103.00 42.00) 47 [5, 163, 103, 42]
48 ) 48 ]
49 ) 49 }
50 ) 50 ]
51 ) 51 }
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698