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

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

Powered by Google App Engine
This is Rietveld 408576698