OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutBlockFlow (positioned) DIV class='test image'", | 10 "name": "LayoutBlockFlow (positioned) DIV class='test image'", |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-s
pace'", | 409 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-s
pace'", |
410 "reason": "border box change" | 410 "reason": "border box change" |
411 }, | 411 }, |
412 { | 412 { |
413 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-r
ound'", | 413 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-r
ound'", |
414 "reason": "border box change" | 414 "reason": "border box change" |
415 } | 415 } |
416 ] | 416 ] |
417 } | 417 } |
418 | 418 |
OLD | NEW |