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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-as-paint-container-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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='target'",
11 "position": [8, 8],
12 "bounds": [630, 180],
13 "drawsContent": true,
14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [
16 {
17 "object": "LayoutMultiColumnSet (anonymous)",
18 "rect": [0, 0, 630, 180],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutText #text",
23 "rect": [0, -1, 625, 181],
24 "reason": "style change"
25 }
26 ]
27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutText #text",
32 "reason": "style change"
33 },
34 {
35 "object": "InlineTextBox 'Lorem ipsum'",
36 "reason": "style change"
37 },
38 {
39 "object": "InlineTextBox 'dolor sit amet,'",
40 "reason": "style change"
41 },
42 {
43 "object": "InlineTextBox 'consectetur'",
44 "reason": "style change"
45 },
46 {
47 "object": "InlineTextBox 'adipiscing'",
48 "reason": "style change"
49 },
50 {
51 "object": "InlineTextBox 'elit. Fusce'",
52 "reason": "style change"
53 },
54 {
55 "object": "InlineTextBox 'varius, metus'",
56 "reason": "style change"
57 },
58 {
59 "object": "InlineTextBox 'eu fringilla'",
60 "reason": "style change"
61 },
62 {
63 "object": "InlineTextBox 'pulvinar, ipsum'",
64 "reason": "style change"
65 },
66 {
67 "object": "InlineTextBox 'sapien'",
68 "reason": "style change"
69 },
70 {
71 "object": "InlineTextBox 'ultricies arcu,'",
72 "reason": "style change"
73 },
74 {
75 "object": "InlineTextBox 'non condimentum'",
76 "reason": "style change"
77 },
78 {
79 "object": "InlineTextBox 'quam est eu'",
80 "reason": "style change"
81 },
82 {
83 "object": "InlineTextBox 'purus. Ut nisl'",
84 "reason": "style change"
85 },
86 {
87 "object": "InlineTextBox 'libero,'",
88 "reason": "style change"
89 },
90 {
91 "object": "InlineTextBox 'suscipit ut leo'",
92 "reason": "style change"
93 },
94 {
95 "object": "InlineTextBox 'eget, dapibus'",
96 "reason": "style change"
97 },
98 {
99 "object": "InlineTextBox 'ultrices dolor.'",
100 "reason": "style change"
101 },
102 {
103 "object": "LayoutMultiColumnSet (anonymous)",
104 "reason": "style change"
105 }
106 ]
107 }
108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698