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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/flexbox/repaint-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": "LayoutBlockFlow DIV id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "rect": [400, 128, 389, 159], 56 "rect": [400, 128, 389, 159],
57 "reason": "forced by layout" 57 "reason": "forced by layout"
58 }, 58 },
59 { 59 {
60 "object": "LayoutBlockFlow DIV id='left'", 60 "object": "LayoutBlockFlow DIV id='left'",
61 "rect": [148, 128, 252, 160], 61 "rect": [148, 128, 252, 160],
62 "reason": "incremental" 62 "reason": "incremental"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow DIV id='left'", 65 "object": "LayoutBlockFlow DIV id='left'",
66 "rect": [138, 128, 10, 100], 66 "rect": [8, 128, 140, 100],
67 "reason": "incremental" 67 "reason": "bounds change"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutBlockFlow DIV id='left'", 74 "object": "LayoutBlockFlow DIV id='left'",
75 "reason": "incremental" 75 "reason": "incremental"
76 }, 76 },
77 { 77 {
(...skipping 27 matching lines...) Expand all
105 { 105 {
106 "object": "InlineTextBox 'tellus vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta'", 106 "object": "InlineTextBox 'tellus vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta'",
107 "reason": "forced by layout" 107 "reason": "forced by layout"
108 }, 108 },
109 { 109 {
110 "object": "InlineTextBox 'elit. Pellentesque erat lectus, ultricies a lobo rtis id, faucibus id quam.'", 110 "object": "InlineTextBox 'elit. Pellentesque erat lectus, ultricies a lobo rtis id, faucibus id quam.'",
111 "reason": "forced by layout" 111 "reason": "forced by layout"
112 }, 112 },
113 { 113 {
114 "object": "LayoutBlockFlow DIV id='left'", 114 "object": "LayoutBlockFlow DIV id='left'",
115 "reason": "incremental" 115 "reason": "bounds change"
116 }, 116 },
117 { 117 {
118 "object": "LayoutBlockFlow DIV id='content'", 118 "object": "LayoutBlockFlow DIV id='content'",
119 "reason": "style change" 119 "reason": "style change"
120 }, 120 },
121 { 121 {
122 "object": "LayoutBlockFlow P", 122 "object": "LayoutBlockFlow P",
123 "reason": "forced by layout" 123 "reason": "forced by layout"
124 }, 124 },
125 { 125 {
(...skipping 20 matching lines...) Expand all
146 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'", 146 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'",
147 "reason": "forced by layout" 147 "reason": "forced by layout"
148 }, 148 },
149 { 149 {
150 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'", 150 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'",
151 "reason": "forced by layout" 151 "reason": "forced by layout"
152 } 152 }
153 ] 153 ]
154 } 154 }
155 155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698