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

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

Issue 1880263003: Auto-rebaseline for r386782 (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineFlowBox", 10 "object": "InlineFlowBox",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "rect": [0, 0, 0, 0], 76 "rect": [0, 0, 0, 0],
77 "reason": "full" 77 "reason": "full"
78 }, 78 },
79 { 79 {
80 "object": "InlineTextBox 'velit. Integer sollicitudin nisi'", 80 "object": "InlineTextBox 'velit. Integer sollicitudin nisi'",
81 "rect": [0, 0, 0, 0], 81 "rect": [0, 0, 0, 0],
82 "reason": "full" 82 "reason": "full"
83 }, 83 },
84 { 84 {
85 "object": "LayoutBlockFlow BODY", 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], 86 "rect": [7, 16, 785, 262],
92 "reason": "bounds change" 87 "reason": "bounds change"
93 }, 88 },
94 { 89 {
95 "object": "LayoutBlockFlow DIV", 90 "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], 91 "rect": [7, 78, 201, 200],
102 "reason": "bounds change" 92 "reason": "bounds change"
103 }, 93 },
104 { 94 {
105 "object": "LayoutInline SPAN id='t'", 95 "object": "LayoutInline SPAN id='t'",
106 "rect": [37, 132, 37, 18], 96 "rect": [37, 132, 37, 18],
107 "reason": "style change" 97 "reason": "style change"
108 }, 98 },
109 { 99 {
110 "object": "LayoutInline SPAN id='t'", 100 "object": "LayoutInline SPAN id='t'",
111 "rect": [115, 84, 37, 48], 101 "rect": [115, 84, 37, 48],
112 "reason": "style change" 102 "reason": "style change"
113 }, 103 },
114 { 104 {
115 "object": "LayoutText #text", 105 "object": "LayoutText #text",
116 "rect": [37, 132, 37, 18], 106 "rect": [37, 132, 37, 18],
117 "reason": "bounds change" 107 "reason": "bounds change"
118 }, 108 },
119 { 109 {
120 "object": "LayoutText #text", 110 "object": "LayoutText #text",
121 "rect": [115, 114, 37, 18], 111 "rect": [115, 114, 37, 18],
122 "reason": "bounds change" 112 "reason": "bounds change"
123 }, 113 },
124 { 114 {
125 "object": "LayoutText #text", 115 "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], 116 "rect": [7, 114, 201, 89],
132 "reason": "bounds change" 117 "reason": "bounds change"
133 }, 118 },
134 { 119 {
135 "object": "RootInlineBox", 120 "object": "RootInlineBox",
136 "rect": [0, 0, 0, 0], 121 "rect": [0, 0, 0, 0],
137 "reason": "full" 122 "reason": "full"
138 }, 123 },
139 { 124 {
140 "object": "RootInlineBox", 125 "object": "RootInlineBox",
(...skipping 18 matching lines...) Expand all
159 { 144 {
160 "object": "RootInlineBox", 145 "object": "RootInlineBox",
161 "rect": [0, 0, 0, 0], 146 "rect": [0, 0, 0, 0],
162 "reason": "full" 147 "reason": "full"
163 } 148 }
164 ] 149 ]
165 } 150 }
166 ] 151 ]
167 } 152 }
168 153
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698