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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/ruby-flipped-blocks-expected.txt

Issue 2819953002: 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 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV",
11 "rect": [8, 8, 30, 40],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutText #text",
16 "rect": [7, 28, 22, 20],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [7, 8, 22, 20],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutRubyRun (anonymous)",
26 "rect": [8, 28, 20, 20],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [27, 33, 12, 10],
32 "reason": "style change"
33 }
34 ]
35 }
36 ],
37 "objectPaintInvalidations": [
38 {
39 "object": "LayoutBlockFlow DIV",
40 "reason": "forced by layout"
41 },
42 {
43 "object": "RootInlineBox",
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutText #text",
48 "reason": "forced by layout"
49 },
50 {
51 "object": "InlineTextBox 'a'",
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutRubyRun (anonymous)",
56 "reason": "forced by layout"
57 },
58 {
59 "object": "LayoutText #text",
60 "reason": "style change"
61 },
62 {
63 "object": "InlineTextBox 'c'",
64 "reason": "style change"
65 },
66 {
67 "object": "LayoutRubyBase (anonymous)",
68 "reason": "style change"
69 },
70 {
71 "object": "RootInlineBox",
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutText #text",
76 "reason": "style change"
77 },
78 {
79 "object": "InlineTextBox 'b'",
80 "reason": "style change"
81 }
82 ]
83 }
84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698