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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-overflow-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [115, 114, 37, 18], 9 {
10 [115, 84, 37, 48], 10 "object": "InlineFlowBox",
11 [38, 132, 36, 18], 11 "rect": [0, 0, 0, 0],
12 [38, 132, 36, 18], 12 "reason": "full"
13 [8, 132, 192, 72], 13 },
14 [8, 114, 200, 90], 14 {
15 [8, 84, 200, 120] 15 "object": "InlineFlowBox",
16 ], 16 "rect": [0, 0, 0, 0],
17 "paintInvalidationClients": [ 17 "reason": "style change"
18 "InlineTextBox 'convallis,\n'", 18 },
19 "InlineTextBox 'augue'", 19 {
20 "RootInlineBox", 20 "object": "InlineTextBox ' eleifend lacus,'",
21 "InlineTextBox 'purus'", 21 "rect": [0, 0, 0, 0],
22 "InlineFlowBox", 22 "reason": "full"
23 "InlineTextBox ' eleifend lacus,'", 23 },
24 "RootInlineBox", 24 {
25 "InlineTextBox 'at sagittis eros leo pulvinar'", 25 "object": "InlineTextBox ' eleifend'",
26 "RootInlineBox", 26 "rect": [0, 0, 0, 0],
27 "InlineTextBox 'velit. Integer sollicitudin nisi'", 27 "reason": "bounds change"
28 "RootInlineBox", 28 },
29 "InlineTextBox 'ut urna blandit convallis.'", 29 {
30 "RootInlineBox", 30 "object": "InlineTextBox 'at sagittis eros leo pulvinar'",
31 "LayoutBlockFlow DIV", 31 "rect": [0, 0, 0, 0],
32 "LayoutInline SPAN id='t'", 32 "reason": "full"
33 "InlineFlowBox", 33 },
34 "LayoutText #text", 34 {
35 "InlineTextBox 'purus'", 35 "object": "InlineTextBox 'augue'",
36 "LayoutText #text", 36 "rect": [0, 0, 0, 0],
37 "InlineTextBox ' eleifend'", 37 "reason": "full"
38 "InlineTextBox 'lacus, at sagittis eros leo'", 38 },
39 "InlineTextBox 'pulvinar velit. Integer'", 39 {
40 "InlineTextBox 'sollicitudin nisi ut urna blandit'", 40 "object": "InlineTextBox 'convallis,\n'",
41 "InlineTextBox 'convallis.'" 41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'convallis.'",
46 "rect": [0, 0, 0, 0],
47 "reason": "bounds change"
48 },
49 {
50 "object": "InlineTextBox 'lacus, at sagittis eros leo'",
51 "rect": [0, 0, 0, 0],
52 "reason": "bounds change"
53 },
54 {
55 "object": "InlineTextBox 'pulvinar velit. Integer'",
56 "rect": [0, 0, 0, 0],
57 "reason": "bounds change"
58 },
59 {
60 "object": "InlineTextBox 'purus'",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "InlineTextBox 'purus'",
66 "rect": [0, 0, 0, 0],
67 "reason": "bounds change"
68 },
69 {
70 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
71 "rect": [0, 0, 0, 0],
72 "reason": "bounds change"
73 },
74 {
75 "object": "InlineTextBox 'ut urna blandit convallis.'",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 },
79 {
80 "object": "InlineTextBox 'velit. Integer sollicitudin nisi'",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "LayoutBlockFlow DIV",
86 "rect": [8, 84, 200, 120],
87 "reason": "invalidate paint rectangle"
88 },
89 {
90 "object": "LayoutInline SPAN id='t'",
91 "rect": [38, 132, 36, 18],
92 "reason": "style change"
93 },
94 {
95 "object": "LayoutInline SPAN id='t'",
96 "rect": [115, 84, 37, 48],
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [38, 132, 36, 18],
102 "reason": "bounds change"
103 },
104 {
105 "object": "LayoutText #text",
106 "rect": [115, 114, 37, 18],
107 "reason": "bounds change"
108 },
109 {
110 "object": "LayoutText #text",
111 "rect": [8, 132, 192, 72],
112 "reason": "bounds change"
113 },
114 {
115 "object": "LayoutText #text",
116 "rect": [8, 114, 200, 90],
117 "reason": "bounds change"
118 },
119 {
120 "object": "RootInlineBox",
121 "rect": [0, 0, 0, 0],
122 "reason": "full"
123 },
124 {
125 "object": "RootInlineBox",
126 "rect": [0, 0, 0, 0],
127 "reason": "full"
128 },
129 {
130 "object": "RootInlineBox",
131 "rect": [0, 0, 0, 0],
132 "reason": "full"
133 },
134 {
135 "object": "RootInlineBox",
136 "rect": [0, 0, 0, 0],
137 "reason": "full"
138 },
139 {
140 "object": "RootInlineBox",
141 "rect": [0, 0, 0, 0],
142 "reason": "full"
143 }
42 ] 144 ]
43 } 145 }
44 ] 146 ]
45 } 147 }
46 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698