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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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
OLDNEW
1 10.5px,12.5px,10.5px: 1 10.5px,12.5px,10.5px:
2 { 2 {
3 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true 8 "drawsContent": true
9 }, 9 },
10 { 10 {
11 "name": "LayoutBlockFlow (relative positioned) DIV id='container'", 11 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
12 "position": [11, 0], 12 "position": [11, 0],
13 "bounds": [100, 50], 13 "bounds": [100, 50],
14 "drawsContent": true, 14 "drawsContent": true,
15 "paintInvalidations": [ 15 "paintInvalidations": [
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='test'", 17 "object": "LayoutBlockFlow (positioned) DIV id='test'",
18 "rect": [12, 0, 12, 12], 18 "rect": [12, 0, 12, 12],
19 "reason": "bounds change" 19 "reason": "geometry"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow (positioned) DIV id='test'", 22 "object": "LayoutBlockFlow (positioned) DIV id='test'",
23 "rect": [10, 0, 12, 12], 23 "rect": [10, 0, 12, 12],
24 "reason": "bounds change" 24 "reason": "geometry"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 30 {
31 "object": "LayoutBlockFlow (positioned) DIV id='test'", 31 "object": "LayoutBlockFlow (positioned) DIV id='test'",
32 "reason": "bounds change" 32 "reason": "geometry"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 10.6px,12.4px,10.4px: 36 10.6px,12.4px,10.4px:
37 { 37 {
38 "layers": [ 38 "layers": [
39 { 39 {
40 "name": "LayoutView #document", 40 "name": "LayoutView #document",
41 "bounds": [800, 600], 41 "bounds": [800, 600],
42 "contentsOpaque": true, 42 "contentsOpaque": true,
43 "drawsContent": true 43 "drawsContent": true
44 }, 44 },
45 { 45 {
46 "name": "LayoutBlockFlow (relative positioned) DIV id='container'", 46 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
47 "position": [11, 0], 47 "position": [11, 0],
48 "bounds": [100, 50], 48 "bounds": [100, 50],
49 "drawsContent": true, 49 "drawsContent": true,
50 "paintInvalidations": [ 50 "paintInvalidations": [
51 { 51 {
52 "object": "LayoutBlockFlow (positioned) DIV id='test'", 52 "object": "LayoutBlockFlow (positioned) DIV id='test'",
53 "rect": [11, 0, 13, 12], 53 "rect": [11, 0, 13, 12],
54 "reason": "bounds change" 54 "reason": "geometry"
55 }, 55 },
56 { 56 {
57 "object": "LayoutBlockFlow (positioned) DIV id='test'", 57 "object": "LayoutBlockFlow (positioned) DIV id='test'",
58 "rect": [9, 0, 13, 12], 58 "rect": [9, 0, 13, 12],
59 "reason": "bounds change" 59 "reason": "geometry"
60 } 60 }
61 ] 61 ]
62 } 62 }
63 ], 63 ],
64 "objectPaintInvalidations": [ 64 "objectPaintInvalidations": [
65 { 65 {
66 "object": "LayoutBlockFlow (positioned) DIV id='test'", 66 "object": "LayoutBlockFlow (positioned) DIV id='test'",
67 "reason": "bounds change" 67 "reason": "geometry"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 10.4px,12.6px,10.6px: 71 10.4px,12.6px,10.6px:
72 { 72 {
73 "layers": [ 73 "layers": [
74 { 74 {
75 "name": "LayoutView #document", 75 "name": "LayoutView #document",
76 "bounds": [800, 600], 76 "bounds": [800, 600],
77 "contentsOpaque": true, 77 "contentsOpaque": true,
78 "drawsContent": true 78 "drawsContent": true
79 }, 79 },
80 { 80 {
81 "name": "LayoutBlockFlow (relative positioned) DIV id='container'", 81 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
82 "position": [10, 0], 82 "position": [10, 0],
83 "bounds": [100, 50], 83 "bounds": [100, 50],
84 "drawsContent": true, 84 "drawsContent": true,
85 "paintInvalidations": [ 85 "paintInvalidations": [
86 { 86 {
87 "object": "LayoutBlockFlow (positioned) DIV id='test'", 87 "object": "LayoutBlockFlow (positioned) DIV id='test'",
88 "rect": [12, 0, 13, 12], 88 "rect": [12, 0, 13, 12],
89 "reason": "bounds change" 89 "reason": "geometry"
90 }, 90 },
91 { 91 {
92 "object": "LayoutBlockFlow (positioned) DIV id='test'", 92 "object": "LayoutBlockFlow (positioned) DIV id='test'",
93 "rect": [10, 0, 13, 12], 93 "rect": [10, 0, 13, 12],
94 "reason": "bounds change" 94 "reason": "geometry"
95 } 95 }
96 ] 96 ]
97 } 97 }
98 ], 98 ],
99 "objectPaintInvalidations": [ 99 "objectPaintInvalidations": [
100 { 100 {
101 "object": "LayoutBlockFlow (positioned) DIV id='test'", 101 "object": "LayoutBlockFlow (positioned) DIV id='test'",
102 "reason": "bounds change" 102 "reason": "geometry"
103 } 103 }
104 ] 104 ]
105 } 105 }
106 10.6px,12.6px,10.6px: 106 10.6px,12.6px,10.6px:
107 { 107 {
108 "layers": [ 108 "layers": [
109 { 109 {
110 "name": "LayoutView #document", 110 "name": "LayoutView #document",
111 "bounds": [800, 600], 111 "bounds": [800, 600],
112 "contentsOpaque": true, 112 "contentsOpaque": true,
113 "drawsContent": true 113 "drawsContent": true
114 }, 114 },
115 { 115 {
116 "name": "LayoutBlockFlow (relative positioned) DIV id='container'", 116 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
117 "position": [11, 0], 117 "position": [11, 0],
118 "bounds": [100, 50], 118 "bounds": [100, 50],
119 "drawsContent": true, 119 "drawsContent": true,
120 "paintInvalidations": [ 120 "paintInvalidations": [
121 { 121 {
122 "object": "LayoutBlockFlow (positioned) DIV id='test'", 122 "object": "LayoutBlockFlow (positioned) DIV id='test'",
123 "rect": [12, 0, 13, 12], 123 "rect": [12, 0, 13, 12],
124 "reason": "bounds change" 124 "reason": "geometry"
125 }, 125 },
126 { 126 {
127 "object": "LayoutBlockFlow (positioned) DIV id='test'", 127 "object": "LayoutBlockFlow (positioned) DIV id='test'",
128 "rect": [10, 0, 13, 12], 128 "rect": [10, 0, 13, 12],
129 "reason": "bounds change" 129 "reason": "geometry"
130 } 130 }
131 ] 131 ]
132 } 132 }
133 ], 133 ],
134 "objectPaintInvalidations": [ 134 "objectPaintInvalidations": [
135 { 135 {
136 "object": "LayoutBlockFlow (positioned) DIV id='test'", 136 "object": "LayoutBlockFlow (positioned) DIV id='test'",
137 "reason": "bounds change" 137 "reason": "geometry"
138 } 138 }
139 ] 139 ]
140 } 140 }
141 10.4px,12.4px,10.4px: 141 10.4px,12.4px,10.4px:
142 { 142 {
143 "layers": [ 143 "layers": [
144 { 144 {
145 "name": "LayoutView #document", 145 "name": "LayoutView #document",
146 "bounds": [800, 600], 146 "bounds": [800, 600],
147 "contentsOpaque": true, 147 "contentsOpaque": true,
148 "drawsContent": true 148 "drawsContent": true
149 }, 149 },
150 { 150 {
151 "name": "LayoutBlockFlow (relative positioned) DIV id='container'", 151 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
152 "position": [10, 0], 152 "position": [10, 0],
153 "bounds": [100, 50], 153 "bounds": [100, 50],
154 "drawsContent": true, 154 "drawsContent": true,
155 "paintInvalidations": [ 155 "paintInvalidations": [
156 { 156 {
157 "object": "LayoutBlockFlow (positioned) DIV id='test'", 157 "object": "LayoutBlockFlow (positioned) DIV id='test'",
158 "rect": [12, 0, 13, 12], 158 "rect": [12, 0, 13, 12],
159 "reason": "bounds change" 159 "reason": "geometry"
160 }, 160 },
161 { 161 {
162 "object": "LayoutBlockFlow (positioned) DIV id='test'", 162 "object": "LayoutBlockFlow (positioned) DIV id='test'",
163 "rect": [10, 0, 13, 12], 163 "rect": [10, 0, 13, 12],
164 "reason": "bounds change" 164 "reason": "geometry"
165 } 165 }
166 ] 166 ]
167 } 167 }
168 ], 168 ],
169 "objectPaintInvalidations": [ 169 "objectPaintInvalidations": [
170 { 170 {
171 "object": "LayoutBlockFlow (positioned) DIV id='test'", 171 "object": "LayoutBlockFlow (positioned) DIV id='test'",
172 "reason": "bounds change" 172 "reason": "geometry"
173 } 173 }
174 ] 174 ]
175 } 175 }
176 176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698