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

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

Issue 353403006: Consider subpixel accumulation when invalidating paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also squashing path Created 6 years, 5 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 {
11 "position": [11, 0], 11 "position": [11, 0],
12 "bounds": [100, 50], 12 "bounds": [100, 50],
13 "drawsContent": true, 13 "drawsContent": true,
14 "repaintRects": [ 14 "repaintRects": [
15 [13, 0, 12, 12], 15 [12, 0, 12, 12],
16 [11, 0, 12, 12] 16 [10, 0, 12, 12]
17 ] 17 ]
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ] 21 ]
22 } 22 }
23 10.6px,12.4px,10.4px: 23 10.6px,12.4px,10.4px:
24 { 24 {
25 "bounds": [800, 600], 25 "bounds": [800, 600],
26 "children": [ 26 "children": [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 [13, 0, 12, 12], 81 [12, 0, 12, 12],
82 [11, 0, 12, 12] 82 [10, 0, 12, 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 [12, 0, 12, 12], 103 [13, 0, 12, 12],
104 [10, 0, 12, 12] 104 [11, 0, 12, 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