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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/transform-inline-layered-child-expected.txt

Issue 2816243004: Adjust visual overflow rect for rounded/shifted ascent/descent (Closed)
Patch Set: Created 3 years, 8 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 { 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 (positioned) DIV id='box'", 10 "object": "LayoutBlockFlow (positioned) DIV id='box'",
(...skipping 10 matching lines...) Expand all
21 "rect": [100, 100, 100, 180], 21 "rect": [100, 100, 100, 180],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline (relative positioned) SPAN id='child'", 25 "object": "LayoutInline (relative positioned) SPAN id='child'",
26 "rect": [300, 300, 80, 179], 26 "rect": [300, 300, 80, 179],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [300, 302, 80, 176], 31 "rect": [300, 301, 80, 178],
32 "reason": "subtree" 32 "reason": "subtree"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutBlockFlow (positioned) DIV id='box'", 39 "object": "LayoutBlockFlow (positioned) DIV id='box'",
40 "reason": "subtree" 40 "reason": "subtree"
41 }, 41 },
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "object": "InlineTextBox 'Y Z'", 215 "object": "InlineTextBox 'Y Z'",
216 "reason": "subtree" 216 "reason": "subtree"
217 }, 217 },
218 { 218 {
219 "object": "LayoutText #text", 219 "object": "LayoutText #text",
220 "reason": "subtree" 220 "reason": "subtree"
221 } 221 }
222 ] 222 ]
223 } 223 }
224 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698