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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 [37, 132, 37, 18], 11 "rect": [0, 0, 0, 0],
12 [37, 132, 37, 18], 12 "reason": "full"
13 [8, 132, 192, 71], 13 },
14 [8, 78, 200, 200], 14 {
15 [8, 16, 784, 262], 15 "object": "InlineFlowBox",
16 [7, 114, 201, 89], 16 "rect": [0, 0, 0, 0],
17 [7, 78, 201, 200], 17 "reason": "style change"
18 [7, 16, 785, 262] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "InlineTextBox ' eleifend lacus,'",
21 "InlineTextBox 'convallis,\n'", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'augue'", 22 "reason": "full"
23 "RootInlineBox", 23 },
24 "InlineTextBox 'purus'", 24 {
25 "InlineFlowBox", 25 "object": "InlineTextBox ' eleifend'",
26 "InlineTextBox ' eleifend lacus,'", 26 "rect": [0, 0, 0, 0],
27 "RootInlineBox", 27 "reason": "bounds change"
28 "InlineTextBox 'at sagittis eros leo pulvinar'", 28 },
29 "RootInlineBox", 29 {
30 "InlineTextBox 'velit. Integer sollicitudin nisi'", 30 "object": "InlineTextBox 'at sagittis eros leo pulvinar'",
31 "RootInlineBox", 31 "rect": [0, 0, 0, 0],
32 "InlineTextBox 'ut urna blandit convallis.'", 32 "reason": "full"
33 "RootInlineBox", 33 },
34 "LayoutBlockFlow BODY", 34 {
35 "LayoutBlockFlow DIV", 35 "object": "InlineTextBox 'augue'",
36 "RootInlineBox", 36 "rect": [0, 0, 0, 0],
37 "LayoutInline SPAN id='t'", 37 "reason": "full"
38 "InlineFlowBox", 38 },
39 "LayoutText #text", 39 {
40 "InlineTextBox 'purus'", 40 "object": "InlineTextBox 'convallis,\n'",
41 "LayoutText #text", 41 "rect": [0, 0, 0, 0],
42 "InlineTextBox ' eleifend'", 42 "reason": "full"
43 "InlineTextBox 'lacus, at sagittis eros leo'", 43 },
44 "InlineTextBox 'pulvinar velit. Integer'", 44 {
45 "InlineTextBox 'sollicitudin nisi ut urna blandit'", 45 "object": "InlineTextBox 'convallis.'",
46 "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 BODY",
86 "rect": [8, 16, 784, 262],
87 "reason": "bounds change"
88 },
89 {
90 "object": "LayoutBlockFlow BODY",
91 "rect": [7, 16, 785, 262],
92 "reason": "bounds change"
93 },
94 {
95 "object": "LayoutBlockFlow DIV",
96 "rect": [8, 78, 200, 200],
97 "reason": "bounds change"
98 },
99 {
100 "object": "LayoutBlockFlow DIV",
101 "rect": [7, 78, 201, 200],
102 "reason": "bounds change"
103 },
104 {
105 "object": "LayoutInline SPAN id='t'",
106 "rect": [37, 132, 37, 18],
107 "reason": "style change"
108 },
109 {
110 "object": "LayoutInline SPAN id='t'",
111 "rect": [115, 84, 37, 48],
112 "reason": "style change"
113 },
114 {
115 "object": "LayoutText #text",
116 "rect": [37, 132, 37, 18],
117 "reason": "bounds change"
118 },
119 {
120 "object": "LayoutText #text",
121 "rect": [115, 114, 37, 18],
122 "reason": "bounds change"
123 },
124 {
125 "object": "LayoutText #text",
126 "rect": [8, 132, 192, 71],
127 "reason": "bounds change"
128 },
129 {
130 "object": "LayoutText #text",
131 "rect": [7, 114, 201, 89],
132 "reason": "bounds change"
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 },
144 {
145 "object": "RootInlineBox",
146 "rect": [0, 0, 0, 0],
147 "reason": "full"
148 },
149 {
150 "object": "RootInlineBox",
151 "rect": [0, 0, 0, 0],
152 "reason": "full"
153 },
154 {
155 "object": "RootInlineBox",
156 "rect": [0, 0, 0, 0],
157 "reason": "full"
158 },
159 {
160 "object": "RootInlineBox",
161 "rect": [0, 0, 0, 0],
162 "reason": "full"
163 }
47 ] 164 ]
48 } 165 }
49 ] 166 ]
50 } 167 }
51 168
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698