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 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 10 matching lines...) Expand all Loading... |
21 { | 21 { |
22 "object": "LayoutBlockFlow DIV class='indicator'", | 22 "object": "LayoutBlockFlow DIV class='indicator'", |
23 "rect": [345, 19, 240, 20], | 23 "rect": [345, 19, 240, 20], |
24 "reason": "style change" | 24 "reason": "style change" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
| 31 "object": "InlineBox", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "InlineTextBox '\n'", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
| 39 "object": "InlineBox", |
| 40 "reason": "full" |
| 41 }, |
| 42 { |
| 43 "object": "RootInlineBox", |
| 44 "reason": "full" |
| 45 }, |
| 46 { |
31 "object": "LayoutBlockFlow DIV class='em-units'", | 47 "object": "LayoutBlockFlow DIV class='em-units'", |
32 "reason": "invalidate paint rectangle" | 48 "reason": "invalidate paint rectangle" |
33 }, | 49 }, |
34 { | 50 { |
35 "object": "LayoutBlockFlow DIV id='box4' class='box'", | 51 "object": "LayoutBlockFlow DIV id='box4' class='box'", |
36 "reason": "style change" | 52 "reason": "style change" |
37 }, | 53 }, |
38 { | 54 { |
39 "object": "LayoutBlockFlow DIV class='indicator'", | 55 "object": "LayoutBlockFlow DIV class='indicator'", |
40 "reason": "style change" | 56 "reason": "style change" |
41 } | 57 } |
42 ] | 58 ] |
43 } | 59 } |
44 | 60 |
OLD | NEW |