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 class='em-units'", | 10 "object": "LayoutBlockFlow DIV class='em-units'", |
11 "rect": [8, 8, 784, 147], | 11 "rect": [8, 8, 784, 147], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow DIV id='box4' class='box'", | |
16 "rect": [344, 18, 302, 122], | |
17 "reason": "style change" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow DIV id='box3' class='box'", | |
21 "rect": [18, 18, 302, 122], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow DIV class='indicator'", | |
26 "rect": [345, 19, 240, 20], | |
27 "reason": "style change" | |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [330, 135, 4, 19], | |
32 "reason": "forced by layout" | |
33 } | 13 } |
34 ] | 14 ] |
35 } | 15 } |
36 ], | 16 ], |
37 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
38 { | 18 { |
39 "object": "LayoutBlockFlow DIV class='em-units'", | 19 "object": "LayoutBlockFlow DIV class='em-units'", |
40 "reason": "forced by layout" | 20 "reason": "forced by layout" |
41 }, | 21 }, |
42 { | 22 { |
(...skipping 16 matching lines...) Expand all Loading... |
59 "object": "LayoutBlockFlow DIV id='box4' class='box'", | 39 "object": "LayoutBlockFlow DIV id='box4' class='box'", |
60 "reason": "style change" | 40 "reason": "style change" |
61 }, | 41 }, |
62 { | 42 { |
63 "object": "LayoutBlockFlow DIV class='indicator'", | 43 "object": "LayoutBlockFlow DIV class='indicator'", |
64 "reason": "style change" | 44 "reason": "style change" |
65 } | 45 } |
66 ] | 46 ] |
67 } | 47 } |
68 | 48 |
OLD | NEW |