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": "LayoutBlockFlow DIV id='inline-block-2' class='item'", | 10 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", |
11 "rect": [0, 200, 100, 100], | 11 "rect": [0, 200, 100, 100], |
12 "reason": "location change" | 12 "reason": "bounds change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
16 "rect": [0, 100, 100, 100], | 16 "rect": [0, 100, 100, 100], |
17 "reason": "invalidate paint rectangle" | 17 "reason": "invalidate paint rectangle" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", | 20 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", |
21 "rect": [0, 100, 100, 100], | 21 "rect": [0, 100, 100, 100], |
22 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", | 25 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", |
26 "rect": [0, 100, 100, 100], | 26 "rect": [0, 100, 100, 100], |
27 "reason": "location change" | 27 "reason": "bounds change" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "InlineBox", | 30 "object": "InlineBox", |
31 "reason": "full" | 31 "reason": "full" |
32 }, | 32 }, |
33 { | 33 { |
34 "object": "InlineBox", | 34 "object": "InlineBox", |
35 "reason": "full" | 35 "reason": "full" |
36 }, | 36 }, |
37 { | 37 { |
38 "object": "InlineBox", | 38 "object": "InlineBox", |
39 "reason": "full" | 39 "reason": "full" |
40 }, | 40 }, |
41 { | 41 { |
42 "object": "InlineTextBox '\n'", | 42 "object": "InlineTextBox '\n'", |
43 "reason": "full" | 43 "reason": "full" |
44 }, | 44 }, |
45 { | 45 { |
46 "object": "InlineTextBox '\n'", | 46 "object": "InlineTextBox '\n'", |
47 "reason": "location change" | 47 "reason": "bounds change" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutBR BR", | 50 "object": "LayoutBR BR", |
51 "reason": "location change" | 51 "reason": "bounds change" |
52 }, | 52 }, |
53 { | 53 { |
54 "object": "LayoutBR BR", | 54 "object": "LayoutBR BR", |
55 "reason": "layoutObject removal" | 55 "reason": "layoutObject removal" |
56 }, | 56 }, |
57 { | 57 { |
58 "object": "RootInlineBox", | 58 "object": "RootInlineBox", |
59 "reason": "full" | 59 "reason": "full" |
60 }, | 60 }, |
61 { | 61 { |
(...skipping 10 matching lines...) Expand all Loading... |
72 }, | 72 }, |
73 { | 73 { |
74 "object": "RootInlineBox", | 74 "object": "RootInlineBox", |
75 "reason": "full" | 75 "reason": "full" |
76 } | 76 } |
77 ] | 77 ] |
78 } | 78 } |
79 ] | 79 ] |
80 } | 80 } |
81 | 81 |
OLD | NEW |