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

Side by Side Diff: LayoutTests/platform/win/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 99.00 182.00 3.00 20.00) 9 [99, 182, 3, 20],
10 (rect 99.00 182.00 3.00 20.00) 10 [99, 182, 3, 20],
11 (rect 99.00 182.00 3.00 20.00) 11 [99, 182, 3, 20],
12 (rect 95.00 182.00 3.00 20.00) 12 [95, 182, 3, 20],
13 (rect 95.00 182.00 3.00 20.00) 13 [95, 182, 3, 20],
14 (rect 91.00 182.00 3.00 20.00) 14 [91, 182, 3, 20],
15 (rect 91.00 182.00 3.00 20.00) 15 [91, 182, 3, 20],
16 (rect 83.00 182.00 3.00 20.00) 16 [83, 182, 3, 20],
17 (rect 83.00 182.00 3.00 20.00) 17 [83, 182, 3, 20],
18 (rect 71.00 182.00 3.00 20.00) 18 [71, 182, 3, 20],
19 (rect 71.00 182.00 3.00 20.00) 19 [71, 182, 3, 20],
20 (rect 64.00 182.00 3.00 20.00) 20 [64, 182, 3, 20],
21 (rect 64.00 182.00 3.00 20.00) 21 [64, 182, 3, 20],
22 (rect 60.00 182.00 3.00 20.00) 22 [60, 182, 3, 20],
23 (rect 60.00 182.00 3.00 20.00) 23 [60, 182, 3, 20],
24 (rect 60.00 182.00 3.00 20.00) 24 [60, 182, 3, 20],
25 (rect 60.00 182.00 3.00 20.00) 25 [60, 182, 3, 20],
26 (rect 55.00 182.00 3.00 20.00) 26 [55, 182, 3, 20],
27 (rect 55.00 182.00 3.00 20.00) 27 [55, 182, 3, 20],
28 (rect 51.00 182.00 3.00 20.00) 28 [51, 182, 3, 20],
29 (rect 51.00 182.00 3.00 20.00) 29 [51, 182, 3, 20],
30 (rect 45.00 182.00 3.00 20.00) 30 [45, 182, 3, 20],
31 (rect 41.00 182.00 3.00 20.00) 31 [41, 182, 3, 20],
32 (rect 41.00 182.00 3.00 20.00) 32 [41, 182, 3, 20],
33 (rect 5.00 163.00 103.00 41.00) 33 [5, 163, 103, 41],
34 (rect 5.00 163.00 103.00 41.00) 34 [5, 163, 103, 41],
35 (rect 5.00 163.00 103.00 41.00) 35 [5, 163, 103, 41],
36 (rect 5.00 163.00 103.00 41.00) 36 [5, 163, 103, 41],
37 (rect 5.00 163.00 103.00 41.00) 37 [5, 163, 103, 41],
38 (rect 5.00 163.00 103.00 41.00) 38 [5, 163, 103, 41],
39 (rect 5.00 163.00 103.00 41.00) 39 [5, 163, 103, 41],
40 (rect 5.00 163.00 103.00 41.00) 40 [5, 163, 103, 41],
41 (rect 5.00 163.00 103.00 41.00) 41 [5, 163, 103, 41],
42 (rect 5.00 163.00 103.00 41.00) 42 [5, 163, 103, 41],
43 (rect 5.00 163.00 103.00 41.00) 43 [5, 163, 103, 41],
44 (rect 5.00 163.00 103.00 41.00) 44 [5, 163, 103, 41],
45 (rect 5.00 163.00 103.00 41.00) 45 [5, 163, 103, 41],
46 (rect 5.00 163.00 103.00 41.00) 46 [5, 163, 103, 41],
47 (rect 5.00 163.00 103.00 41.00) 47 [5, 163, 103, 41]
48 ) 48 ]
49 ) 49 }
50 ) 50 ]
51 ) 51 }
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698