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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-3-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",
(...skipping 15 matching lines...) Expand all
26 "rect": [356, 389, 64, 81], 26 "rect": [356, 389, 64, 81],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 30 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
31 "rect": [372, 371, 48, 81], 31 "rect": [372, 371, 48, 81],
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [369, 368, 32, 18], 36 "rect": [368, 368, 33, 18],
37 "reason": "incremental" 37 "reason": "incremental"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [353, 422, 16, 54], 41 "rect": [352, 422, 17, 54],
42 "reason": "incremental" 42 "reason": "incremental"
43 }, 43 },
44 { 44 {
45 "object": "InlineTextBox ' was in a furious passion, and went\n'", 45 "object": "InlineTextBox ' was in a furious passion, and went\n'",
46 "reason": "full" 46 "reason": "full"
47 }, 47 },
48 { 48 {
49 "object": "InlineTextBox ' was in a furious passion, and went'", 49 "object": "InlineTextBox ' was in a furious passion, and went'",
50 "reason": "incremental" 50 "reason": "incremental"
51 }, 51 },
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 }, 203 },
204 { 204 {
205 "object": "RootInlineBox", 205 "object": "RootInlineBox",
206 "reason": "full" 206 "reason": "full"
207 } 207 }
208 ] 208 ]
209 } 209 }
210 ] 210 ]
211 } 211 }
212 212
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698