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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/line-flow-with-floats-5-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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "rect": [303, 420, 66, 19], 51 "rect": [303, 420, 66, 19],
52 "reason": "forced by layout" 52 "reason": "forced by layout"
53 }, 53 },
54 { 54 {
55 "object": "LayoutText #text", 55 "object": "LayoutText #text",
56 "rect": [275, 420, 64, 19], 56 "rect": [275, 420, 64, 19],
57 "reason": "forced by layout" 57 "reason": "forced by layout"
58 }, 58 },
59 { 59 {
60 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 60 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
61 "rect": [46, 363, 16, 65], 61 "rect": [14, 363, 48, 65],
62 "reason": "incremental" 62 "reason": "bounds change"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ], 66 ],
67 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
68 { 68 {
69 "object": "LayoutText #text", 69 "object": "LayoutText #text",
70 "reason": "forced by layout" 70 "reason": "forced by layout"
71 }, 71 },
72 { 72 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 { 112 {
113 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion th at it'", 113 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion th at it'",
114 "reason": "forced by layout" 114 "reason": "forced by layout"
115 }, 115 },
116 { 116 {
117 "object": "InlineTextBox 'was a very\n'", 117 "object": "InlineTextBox 'was a very\n'",
118 "reason": "forced by layout" 118 "reason": "forced by layout"
119 }, 119 },
120 { 120 {
121 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 121 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
122 "reason": "incremental" 122 "reason": "bounds change"
123 }, 123 },
124 { 124 {
125 "object": "LayoutText #text", 125 "object": "LayoutText #text",
126 "reason": "forced by layout" 126 "reason": "forced by layout"
127 }, 127 },
128 { 128 {
129 "object": "InlineTextBox 'difficult game indeed.\n'", 129 "object": "InlineTextBox 'difficult game indeed.\n'",
130 "reason": "forced by layout" 130 "reason": "forced by layout"
131 }, 131 },
132 { 132 {
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 229 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
230 "reason": "forced by layout" 230 "reason": "forced by layout"
231 }, 231 },
232 { 232 {
233 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 233 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
234 "reason": "forced by layout" 234 "reason": "forced by layout"
235 } 235 }
236 ] 236 ]
237 } 237 }
238 238
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698