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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
11 "rect": [0, 100, 100, 300], | 11 "rect": [0, 100, 100, 300], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", | |
16 "rect": [0, 200, 100, 100], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", | 15 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", |
21 "rect": [0, 100, 100, 100], | 16 "rect": [0, 100, 100, 100], |
22 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", | |
26 "rect": [0, 100, 100, 100], | |
27 "reason": "forced by layout" | |
28 } | 18 } |
29 ] | 19 ] |
30 } | 20 } |
31 ], | 21 ], |
32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
33 { | 23 { |
34 "object": "LayoutBR BR", | 24 "object": "LayoutBR BR", |
35 "reason": "layoutObject removal" | 25 "reason": "layoutObject removal" |
36 }, | 26 }, |
37 { | 27 { |
(...skipping 20 matching lines...) Expand all Loading... |
58 "object": "LayoutBR BR", | 48 "object": "LayoutBR BR", |
59 "reason": "location change" | 49 "reason": "location change" |
60 }, | 50 }, |
61 { | 51 { |
62 "object": "InlineTextBox '\n'", | 52 "object": "InlineTextBox '\n'", |
63 "reason": "location change" | 53 "reason": "location change" |
64 } | 54 } |
65 ] | 55 ] |
66 } | 56 } |
67 | 57 |
OLD | NEW |