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

Side by Side Diff: LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt

Issue 1322243004: Auto-rebaseline for r201644 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 10.5px,12.5px,10.5px: 1 10.5px,12.5px,10.5px:
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 { 27 {
28 "bounds": [800, 600], 28 "bounds": [800, 600],
29 "contentsOpaque": true, 29 "contentsOpaque": true,
30 "drawsContent": true, 30 "drawsContent": true,
31 "children": [ 31 "children": [
32 { 32 {
33 "position": [11, 0], 33 "position": [11, 0],
34 "bounds": [100, 50], 34 "bounds": [100, 50],
35 "drawsContent": true, 35 "drawsContent": true,
36 "repaintRects": [ 36 "repaintRects": [
37 [12, 0, 12, 12], 37 [11, 0, 13, 12],
38 [10, 0, 12, 12] 38 [9, 0, 13, 12]
39 ] 39 ]
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ] 43 ]
44 } 44 }
45 10.4px,12.6px,10.6px: 45 10.4px,12.6px,10.6px:
46 { 46 {
47 "bounds": [800, 600], 47 "bounds": [800, 600],
48 "children": [ 48 "children": [
49 { 49 {
50 "bounds": [800, 600], 50 "bounds": [800, 600],
51 "contentsOpaque": true, 51 "contentsOpaque": true,
52 "drawsContent": true, 52 "drawsContent": true,
53 "children": [ 53 "children": [
54 { 54 {
55 "position": [10, 0], 55 "position": [10, 0],
56 "bounds": [100, 50], 56 "bounds": [100, 50],
57 "drawsContent": true, 57 "drawsContent": true,
58 "repaintRects": [ 58 "repaintRects": [
59 [13, 0, 12, 12], 59 [12, 0, 13, 12],
60 [11, 0, 12, 12] 60 [10, 0, 13, 12]
61 ] 61 ]
62 } 62 }
63 ] 63 ]
64 } 64 }
65 ] 65 ]
66 } 66 }
67 10.6px,12.6px,10.6px: 67 10.6px,12.6px,10.6px:
68 { 68 {
69 "bounds": [800, 600], 69 "bounds": [800, 600],
70 "children": [ 70 "children": [
71 { 71 {
72 "bounds": [800, 600], 72 "bounds": [800, 600],
73 "contentsOpaque": true, 73 "contentsOpaque": true,
74 "drawsContent": true, 74 "drawsContent": true,
75 "children": [ 75 "children": [
76 { 76 {
77 "position": [11, 0], 77 "position": [11, 0],
78 "bounds": [100, 50], 78 "bounds": [100, 50],
79 "drawsContent": true, 79 "drawsContent": true,
80 "repaintRects": [ 80 "repaintRects": [
81 [12, 0, 12, 12], 81 [12, 0, 13, 12],
82 [10, 0, 12, 12] 82 [10, 0, 13, 12]
83 ] 83 ]
84 } 84 }
85 ] 85 ]
86 } 86 }
87 ] 87 ]
88 } 88 }
89 10.4px,12.4px,10.4px: 89 10.4px,12.4px,10.4px:
90 { 90 {
91 "bounds": [800, 600], 91 "bounds": [800, 600],
92 "children": [ 92 "children": [
93 { 93 {
94 "bounds": [800, 600], 94 "bounds": [800, 600],
95 "contentsOpaque": true, 95 "contentsOpaque": true,
96 "drawsContent": true, 96 "drawsContent": true,
97 "children": [ 97 "children": [
98 { 98 {
99 "position": [10, 0], 99 "position": [10, 0],
100 "bounds": [100, 50], 100 "bounds": [100, 50],
101 "drawsContent": true, 101 "drawsContent": true,
102 "repaintRects": [ 102 "repaintRects": [
103 [13, 0, 12, 12], 103 [12, 0, 13, 12],
104 [11, 0, 12, 12] 104 [10, 0, 13, 12]
105 ] 105 ]
106 } 106 }
107 ] 107 ]
108 } 108 }
109 ] 109 ]
110 } 110 }
111 111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698