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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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'",
11 "rect": [66, 85, 168, 192], 11 "rect": [66, 85, 168, 192],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text",
16 "rect": [138, 359, 152, 182],
17 "reason": "subtree"
18 },
19 {
15 "object": "LayoutInline (relative positioned) SPAN id='child'", 20 "object": "LayoutInline (relative positioned) SPAN id='child'",
16 "rect": [139, 359, 151, 181], 21 "rect": [139, 359, 151, 181],
17 "reason": "subtree" 22 "reason": "subtree"
18 }, 23 },
19 {
20 "object": "LayoutText #text",
21 "rect": [139, 359, 151, 181],
22 "reason": "subtree"
23 },
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='box'", 25 "object": "LayoutBlockFlow (positioned) DIV id='box'",
26 "rect": [100, 100, 100, 162], 26 "rect": [100, 100, 100, 162],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text",
31 "rect": [300, 301, 80, 162],
32 "reason": "subtree"
33 },
34 {
30 "object": "LayoutInline (relative positioned) SPAN id='child'", 35 "object": "LayoutInline (relative positioned) SPAN id='child'",
31 "rect": [300, 300, 80, 162], 36 "rect": [300, 300, 80, 162],
32 "reason": "subtree" 37 "reason": "subtree"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [300, 301, 80, 161],
37 "reason": "subtree"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "LayoutBlockFlow (positioned) DIV id='box'", 44 "object": "LayoutBlockFlow (positioned) DIV id='box'",
45 "reason": "subtree" 45 "reason": "subtree"
46 }, 46 },
47 { 47 {
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "object": "InlineTextBox 'Y Z'", 220 "object": "InlineTextBox 'Y Z'",
221 "reason": "subtree" 221 "reason": "subtree"
222 }, 222 },
223 { 223 {
224 "object": "LayoutText #text", 224 "object": "LayoutText #text",
225 "reason": "subtree" 225 "reason": "subtree"
226 } 226 }
227 ] 227 ]
228 } 228 }
229 229
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698