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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/vertical-rl-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": [600, 400],
13 "drawsContent": true,
14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [
16 {
17 "object": "LayoutText #text",
18 "rect": [519, 0, 82, 340],
19 "reason": "style change"
20 }
21 ]
22 }
23 ],
24 "objectPaintInvalidations": [
25 {
26 "object": "LayoutText #text",
27 "reason": "style change"
28 },
29 {
30 "object": "InlineTextBox 'Lorem ipsum dolor'",
31 "reason": "style change"
32 },
33 {
34 "object": "InlineTextBox 'sit amet,'",
35 "reason": "style change"
36 },
37 {
38 "object": "InlineTextBox 'consectetur'",
39 "reason": "style change"
40 },
41 {
42 "object": "InlineTextBox 'adipiscing elit.'",
43 "reason": "style change"
44 }
45 ]
46 }
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698