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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/line-flow-with-floats-4-expected.txt

Issue 2449953005: [SPInvalidation] Handle pixel-snapping of paint invalidation rects (Closed)
Patch Set: PaintInvalidationRectInBacking struct Created 4 years, 1 month 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 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutText #text", 10 "object": "LayoutText #text",
(...skipping 25 matching lines...) Expand all
36 "rect": [134, 360, 131, 19], 36 "rect": [134, 360, 131, 19],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [303, 420, 66, 19], 41 "rect": [303, 420, 66, 19],
42 "reason": "forced by layout" 42 "reason": "forced by layout"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 45 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
46 "rect": [372, 447, 48, 17], 46 "rect": [372, 383, 48, 81],
47 "reason": "incremental" 47 "reason": "bounds change"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutText #text", 54 "object": "LayoutText #text",
55 "reason": "forced by layout" 55 "reason": "forced by layout"
56 }, 56 },
57 { 57 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 { 113 {
114 "object": "LayoutText #text", 114 "object": "LayoutText #text",
115 "reason": "forced by layout" 115 "reason": "forced by layout"
116 }, 116 },
117 { 117 {
118 "object": "InlineTextBox 'The players all played at once without waiting\n '", 118 "object": "InlineTextBox 'The players all played at once without waiting\n '",
119 "reason": "forced by layout" 119 "reason": "forced by layout"
120 }, 120 },
121 { 121 {
122 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 122 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
123 "reason": "incremental" 123 "reason": "bounds change"
124 }, 124 },
125 { 125 {
126 "object": "LayoutText #text", 126 "object": "LayoutText #text",
127 "reason": "forced by layout" 127 "reason": "forced by layout"
128 }, 128 },
129 { 129 {
130 "object": "InlineTextBox 'for'", 130 "object": "InlineTextBox 'for'",
131 "reason": "forced by layout" 131 "reason": "forced by layout"
132 }, 132 },
133 { 133 {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 210 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
211 "reason": "forced by layout" 211 "reason": "forced by layout"
212 }, 212 },
213 { 213 {
214 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 214 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
215 "reason": "forced by layout" 215 "reason": "forced by layout"
216 } 216 }
217 ] 217 ]
218 } 218 }
219 219
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698