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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "rect": [38, 132, 36, 18], 101 "rect": [38, 132, 36, 18],
102 "reason": "bounds change" 102 "reason": "bounds change"
103 }, 103 },
104 { 104 {
105 "object": "LayoutText #text", 105 "object": "LayoutText #text",
106 "rect": [115, 114, 37, 18], 106 "rect": [115, 114, 37, 18],
107 "reason": "bounds change" 107 "reason": "bounds change"
108 }, 108 },
109 { 109 {
110 "object": "LayoutText #text", 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], 111 "rect": [8, 114, 200, 90],
117 "reason": "bounds change" 112 "reason": "bounds change"
118 }, 113 },
119 { 114 {
120 "object": "RootInlineBox", 115 "object": "RootInlineBox",
121 "rect": [0, 0, 0, 0], 116 "rect": [0, 0, 0, 0],
122 "reason": "full" 117 "reason": "full"
123 }, 118 },
124 { 119 {
125 "object": "RootInlineBox", 120 "object": "RootInlineBox",
(...skipping 13 matching lines...) Expand all
139 { 134 {
140 "object": "RootInlineBox", 135 "object": "RootInlineBox",
141 "rect": [0, 0, 0, 0], 136 "rect": [0, 0, 0, 0],
142 "reason": "full" 137 "reason": "full"
143 } 138 }
144 ] 139 ]
145 } 140 }
146 ] 141 ]
147 } 142 }
148 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698