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 15 matching lines...) Expand all Loading... |
26 { | 26 { |
27 "object": "LayoutBlockFlow DIV", | 27 "object": "LayoutBlockFlow DIV", |
28 "rect": [112, 108, 100, 100], | 28 "rect": [112, 108, 100, 100], |
29 "reason": "bounds change" | 29 "reason": "bounds change" |
30 } | 30 } |
31 ] | 31 ] |
32 } | 32 } |
33 ], | 33 ], |
34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
35 { | 35 { |
| 36 "object": "InlineBox", |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "InlineTextBox '\n'", |
| 41 "reason": "full" |
| 42 }, |
| 43 { |
| 44 "object": "InlineTextBox 'This span should disappear.\n'", |
| 45 "reason": "full" |
| 46 }, |
| 47 { |
| 48 "object": "InlineBox", |
| 49 "reason": "full" |
| 50 }, |
| 51 { |
| 52 "object": "RootInlineBox", |
| 53 "reason": "full" |
| 54 }, |
| 55 { |
| 56 "object": "InlineTextBox 'This span should disappear.\n'", |
| 57 "reason": "full" |
| 58 }, |
| 59 { |
36 "object": "LayoutText #text", | 60 "object": "LayoutText #text", |
37 "reason": "layoutObject removal" | 61 "reason": "layoutObject removal" |
38 }, | 62 }, |
39 { | 63 { |
| 64 "object": "InlineFlowBox", |
| 65 "reason": "full" |
| 66 }, |
| 67 { |
40 "object": "LayoutInline SPAN id='target'", | 68 "object": "LayoutInline SPAN id='target'", |
41 "reason": "layoutObject removal" | 69 "reason": "layoutObject removal" |
42 }, | 70 }, |
43 { | 71 { |
| 72 "object": "InlineBox", |
| 73 "reason": "full" |
| 74 }, |
| 75 { |
| 76 "object": "InlineTextBox '\n'", |
| 77 "reason": "full" |
| 78 }, |
| 79 { |
| 80 "object": "InlineBox", |
| 81 "reason": "full" |
| 82 }, |
| 83 { |
| 84 "object": "RootInlineBox", |
| 85 "reason": "full" |
| 86 }, |
| 87 { |
44 "object": "LayoutBlockFlow (anonymous)", | 88 "object": "LayoutBlockFlow (anonymous)", |
45 "reason": "invalidate paint rectangle" | 89 "reason": "invalidate paint rectangle" |
46 }, | 90 }, |
47 { | 91 { |
48 "object": "LayoutBlockFlow DIV", | 92 "object": "LayoutBlockFlow DIV", |
49 "reason": "bounds change" | 93 "reason": "bounds change" |
50 } | 94 } |
51 ] | 95 ] |
52 } | 96 } |
53 | 97 |
OLD | NEW |