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

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

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutBlockFlow BODY",
11 "rect": [7, 16, 785, 262],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
16 "rect": [7, 78, 201, 200], 11 "rect": [7, 84, 201, 119],
17 "reason": "bounds change" 12 "reason": "invalidate paint rectangle"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [7, 114, 201, 89], 16 "rect": [7, 114, 201, 89],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutInline SPAN id='t'", 20 "object": "LayoutInline SPAN id='t'",
26 "rect": [115, 84, 37, 48], 21 "rect": [115, 84, 37, 48],
27 "reason": "style change" 22 "reason": "style change"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "object": "RootInlineBox", 108 "object": "RootInlineBox",
114 "reason": "full" 109 "reason": "full"
115 }, 110 },
116 { 111 {
117 "object": "RootInlineBox", 112 "object": "RootInlineBox",
118 "reason": "full" 113 "reason": "full"
119 }, 114 },
120 { 115 {
121 "object": "RootInlineBox", 116 "object": "RootInlineBox",
122 "reason": "full" 117 "reason": "full"
123 },
124 {
125 "object": "RootInlineBox",
126 "reason": "full"
127 } 118 }
128 ] 119 ]
129 } 120 }
130 ] 121 ]
131 } 122 }
132 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698