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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidation-after-opacity-change-subtree-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": [785, 2350], 5 "bounds": [785, 2350],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", 10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
(...skipping 10 matching lines...) Expand all
21 "rect": [8, 2200, 777, 100], 21 "rect": [8, 2200, 777, 100],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow P", 25 "object": "LayoutBlockFlow P",
26 "rect": [8, 2050, 777, 100], 26 "rect": [8, 2050, 777, 100],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 2046, 766, 107], 31 "rect": [8, 2046, 766, 108],
32 "reason": "subtree" 32 "reason": "subtree"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [8, 2046, 766, 107], 36 "rect": [8, 2046, 766, 108],
37 "reason": "subtree" 37 "reason": "subtree"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [8, 2196, 639, 107], 41 "rect": [8, 2196, 639, 108],
42 "reason": "subtree" 42 "reason": "subtree"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "rect": [8, 2196, 639, 107], 46 "rect": [8, 2196, 639, 108],
47 "reason": "subtree" 47 "reason": "subtree"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutBlockFlow DIV id='container'", 54 "object": "LayoutBlockFlow DIV id='container'",
55 "reason": "subtree" 55 "reason": "subtree"
56 }, 56 },
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "object": "InlineTextBox 'This text should be visible in the'", 142 "object": "InlineTextBox 'This text should be visible in the'",
143 "reason": "subtree" 143 "reason": "subtree"
144 }, 144 },
145 { 145 {
146 "object": "InlineTextBox 'output.'", 146 "object": "InlineTextBox 'output.'",
147 "reason": "subtree" 147 "reason": "subtree"
148 } 148 }
149 ] 149 ]
150 } 150 }
151 151
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698