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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt

Issue 1989683003: Auto-rebaseline for r394275 (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 P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 368, 418, 198], 11 "rect": [8, 368, 418, 198],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [369, 422, 51, 54], 16 "rect": [368, 422, 52, 54],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 20 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
21 "rect": [372, 435, 48, 17], 21 "rect": [372, 435, 48, 17],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "InlineTextBox ' was in a furious passion, and went\n'", 25 "object": "InlineTextBox ' was in a furious passion, and went\n'",
26 "reason": "incremental" 26 "reason": "incremental"
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 }, 159 },
160 { 160 {
161 "object": "RootInlineBox", 161 "object": "RootInlineBox",
162 "reason": "full" 162 "reason": "full"
163 } 163 }
164 ] 164 ]
165 } 165 }
166 ] 166 ]
167 } 167 }
168 168
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698