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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-text-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": [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": "LayoutMultiColumnFlowThread (anonymous)", 10 "object": "LayoutMultiColumnFlowThread (anonymous)",
11 "rect": [9, 9, 400, 100], 11 "rect": [8, 8, 630, 20],
12 "reason": "forced by layout" 12 "reason": "border box change"
13 },
14 {
15 "object": "LayoutInline SPAN id='a'",
16 "rect": [234, 10, 300, 57],
17 "reason": "forced by layout"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [234, 15, 50, 50], 16 "rect": [328, 8, 240, 21],
22 "reason": "layoutObject removal" 17 "reason": "layoutObject insertion"
23 } 18 }
24 ] 19 ]
25 } 20 }
26 ], 21 ],
27 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
28 { 23 {
29 "object": "LayoutText #text",
30 "reason": "layoutObject removal"
31 },
32 {
33 "object": "LayoutMultiColumnFlowThread (anonymous)", 24 "object": "LayoutMultiColumnFlowThread (anonymous)",
34 "reason": "forced by layout" 25 "reason": "border box change"
35 }, 26 },
36 { 27 {
37 "object": "RootInlineBox", 28 "object": "RootInlineBox",
38 "reason": "forced by layout" 29 "reason": "border box change"
39 },
40 {
41 "object": "LayoutText #text",
42 "reason": "forced by layout"
43 },
44 {
45 "object": "InlineTextBox '\u00A0'",
46 "reason": "forced by layout"
47 }, 30 },
48 { 31 {
49 "object": "LayoutBR BR", 32 "object": "LayoutBR BR",
50 "reason": "forced by layout" 33 "reason": "forced by layout"
51 }, 34 },
52 { 35 {
53 "object": "InlineTextBox '\n'", 36 "object": "InlineTextBox '\n'",
54 "reason": "forced by layout" 37 "reason": "forced by layout"
55 }, 38 },
56 { 39 {
57 "object": "LayoutInline SPAN id='a'", 40 "object": "LayoutBR BR",
58 "reason": "forced by layout" 41 "reason": "forced by layout"
59 }, 42 },
60 { 43 {
61 "object": "InlineFlowBox", 44 "object": "InlineTextBox '\n'",
62 "reason": "forced by layout" 45 "reason": "forced by layout"
63 }, 46 },
64 { 47 {
65 "object": "LayoutText #text", 48 "object": "LayoutText #text",
66 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
67 }, 50 },
68 { 51 {
69 "object": "InlineTextBox 'XXXXXX'", 52 "object": "InlineTextBox 'PASS'",
70 "reason": "layoutObject insertion" 53 "reason": "layoutObject insertion"
71 } 54 }
72 ] 55 ]
73 } 56 }
74 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698