OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "children": [ | 10 "children": [ |
11 { | 11 { |
12 "name": "LayoutBlockFlow (positioned) DIV class='container'", | 12 "name": "LayoutTableRow TR", |
13 "position": [101, 100], | 13 "position": [8, 8], |
14 "transformOrigin": [0, 0], | 14 "bounds": [69, 23], |
15 "bounds": [14, 14], | |
16 "drawsContent": true, | 15 "drawsContent": true, |
17 "backgroundColor": "#FF0000", | 16 "backgroundColor": "#FF0000", |
18 "paintInvalidations": [ | 17 "paintInvalidations": [ |
19 { | 18 { |
20 "object": "LayoutBlockFlow (positioned) DIV id='target' class='gre
en'", | 19 "object": "LayoutTableCell TD id='target'", |
21 "rect": [-1, 0, 15, 14], | 20 "rect": [0, 0, 35, 24], |
22 "reason": "style change" | 21 "reason": "style change" |
23 } | 22 } |
24 ] | 23 ] |
25 } | 24 } |
26 ] | 25 ] |
27 } | 26 } |
28 ], | 27 ], |
29 "objectPaintInvalidations": [ | 28 "objectPaintInvalidations": [ |
30 { | 29 { |
31 "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'", | 30 "object": "LayoutTableCell TD id='target'", |
| 31 "reason": "style change" |
| 32 }, |
| 33 { |
| 34 "object": "RootInlineBox", |
32 "reason": "style change" | 35 "reason": "style change" |
33 } | 36 } |
34 ] | 37 ] |
35 } | 38 } |
36 | 39 |
OLD | NEW |