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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt

Issue 2803483002: Adjust visual overflow rect for rounded/shifted ascent/descent (Closed)
Patch Set: pack 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 }, 38 },
34 { 39 {
35 "object": "LayoutText #text",
36 "rect": [300, 301, 80, 161],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [147, 85, 1, 1], 41 "rect": [147, 85, 1, 1],
42 "reason": "subtree" 42 "reason": "subtree"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutBlockFlow (positioned) DIV id='box'", 49 "object": "LayoutBlockFlow (positioned) DIV id='box'",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "object": "InlineTextBox 'Y Z'", 225 "object": "InlineTextBox 'Y Z'",
226 "reason": "subtree" 226 "reason": "subtree"
227 }, 227 },
228 { 228 {
229 "object": "LayoutText #text", 229 "object": "LayoutText #text",
230 "reason": "subtree" 230 "reason": "subtree"
231 } 231 }
232 ] 232 ]
233 } 233 }
234 234
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698