OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineBox", | |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "full" | |
13 }, | |
14 { | |
15 "object": "InlineBox", | |
16 "rect": [0, 0, 0, 0], | |
17 "reason": "full" | |
18 }, | |
19 { | |
20 "object": "InlineBox", | |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "full" | |
23 }, | |
24 { | |
25 "object": "InlineBox", | |
26 "rect": [0, 0, 0, 0], | |
27 "reason": "full" | |
28 }, | |
29 { | |
30 "object": "InlineFlowBox", | |
31 "rect": [0, 0, 0, 0], | |
32 "reason": "full" | |
33 }, | |
34 { | |
35 "object": "InlineTextBox '\n'", | |
36 "rect": [0, 0, 0, 0], | |
37 "reason": "full" | |
38 }, | |
39 { | |
40 "object": "InlineTextBox '\n'", | |
41 "rect": [0, 0, 0, 0], | |
42 "reason": "full" | |
43 }, | |
44 { | |
45 "object": "InlineTextBox 'This span should disappear.\n'", | |
46 "rect": [0, 0, 0, 0], | |
47 "reason": "full" | |
48 }, | |
49 { | |
50 "object": "InlineTextBox 'This span should disappear.\n'", | |
51 "rect": [0, 0, 0, 0], | |
52 "reason": "full" | |
53 }, | |
54 { | |
55 "object": "LayoutBlockFlow (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
56 "rect": [8, 108, 784, 104], | 11 "rect": [8, 108, 784, 104], |
57 "reason": "invalidate paint rectangle" | 12 "reason": "invalidate paint rectangle" |
58 }, | 13 }, |
59 { | 14 { |
| 15 "object": "LayoutText #text", |
| 16 "rect": [112, 193, 171, 19], |
| 17 "reason": "layoutObject removal" |
| 18 }, |
| 19 { |
60 "object": "LayoutBlockFlow DIV", | 20 "object": "LayoutBlockFlow DIV", |
61 "rect": [283, 108, 100, 100], | 21 "rect": [283, 108, 100, 100], |
62 "reason": "location change" | 22 "reason": "location change" |
63 }, | 23 }, |
64 { | 24 { |
65 "object": "LayoutBlockFlow DIV", | 25 "object": "LayoutBlockFlow DIV", |
66 "rect": [112, 108, 100, 100], | 26 "rect": [112, 108, 100, 100], |
67 "reason": "location change" | 27 "reason": "location change" |
68 }, | 28 }, |
69 { | 29 { |
70 "object": "LayoutInline SPAN id='target'", | 30 "object": "InlineBox", |
71 "rect": [0, 0, 0, 0], | 31 "reason": "full" |
72 "reason": "layoutObject removal" | |
73 }, | 32 }, |
74 { | 33 { |
75 "object": "LayoutText #text", | 34 "object": "InlineBox", |
76 "rect": [112, 193, 171, 19], | 35 "reason": "full" |
| 36 }, |
| 37 { |
| 38 "object": "InlineBox", |
| 39 "reason": "full" |
| 40 }, |
| 41 { |
| 42 "object": "InlineBox", |
| 43 "reason": "full" |
| 44 }, |
| 45 { |
| 46 "object": "InlineFlowBox", |
| 47 "reason": "full" |
| 48 }, |
| 49 { |
| 50 "object": "InlineTextBox '\n'", |
| 51 "reason": "full" |
| 52 }, |
| 53 { |
| 54 "object": "InlineTextBox '\n'", |
| 55 "reason": "full" |
| 56 }, |
| 57 { |
| 58 "object": "InlineTextBox 'This span should disappear.\n'", |
| 59 "reason": "full" |
| 60 }, |
| 61 { |
| 62 "object": "InlineTextBox 'This span should disappear.\n'", |
| 63 "reason": "full" |
| 64 }, |
| 65 { |
| 66 "object": "LayoutInline SPAN id='target'", |
77 "reason": "layoutObject removal" | 67 "reason": "layoutObject removal" |
78 }, | 68 }, |
79 { | 69 { |
80 "object": "RootInlineBox", | 70 "object": "RootInlineBox", |
81 "rect": [0, 0, 0, 0], | |
82 "reason": "full" | 71 "reason": "full" |
83 }, | 72 }, |
84 { | 73 { |
85 "object": "RootInlineBox", | 74 "object": "RootInlineBox", |
86 "rect": [0, 0, 0, 0], | |
87 "reason": "full" | 75 "reason": "full" |
88 } | 76 } |
89 ] | 77 ] |
90 } | 78 } |
91 ] | 79 ] |
92 } | 80 } |
93 | 81 |
OLD | NEW |