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": "InlineTextBox 'abc'", | 10 "object": "LayoutBlockFlow DIV id='inner-target'", |
11 "rect": [0, 0, 0, 0], | 11 "rect": [8, 184, 784, 18], |
12 "reason": "full" | |
13 }, | |
14 { | |
15 "object": "InlineTextBox 'abc'", | |
16 "rect": [0, 0, 0, 0], | |
17 "reason": "location change" | 12 "reason": "location change" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutBlockFlow BODY", | 15 "object": "LayoutBlockFlow BODY", |
21 "rect": [18, 18, 284, 18], | 16 "rect": [18, 18, 284, 18], |
22 "reason": "bounds change" | 17 "reason": "bounds change" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutBlockFlow DIV id='inner-target'", | 20 "object": "LayoutBlockFlow DIV id='inner-target'", |
26 "rect": [18, 18, 284, 18], | 21 "rect": [18, 18, 284, 18], |
27 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
28 }, | 23 }, |
29 { | 24 { |
30 "object": "LayoutBlockFlow DIV id='inner-target'", | |
31 "rect": [8, 184, 784, 18], | |
32 "reason": "location change" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
36 "rect": [18, 18, 23, 18], | 26 "rect": [18, 18, 23, 18], |
37 "reason": "layoutObject removal" | 27 "reason": "layoutObject removal" |
38 }, | 28 }, |
39 { | 29 { |
40 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
41 "rect": [8, 184, 23, 18], | 31 "rect": [8, 184, 23, 18], |
42 "reason": "location change" | 32 "reason": "location change" |
43 }, | 33 }, |
44 { | 34 { |
| 35 "object": "InlineTextBox 'abc'", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
| 39 "object": "InlineTextBox 'abc'", |
| 40 "reason": "location change" |
| 41 }, |
| 42 { |
45 "object": "RootInlineBox", | 43 "object": "RootInlineBox", |
46 "rect": [0, 0, 0, 0], | |
47 "reason": "full" | 44 "reason": "full" |
48 }, | 45 }, |
49 { | 46 { |
50 "object": "RootInlineBox", | 47 "object": "RootInlineBox", |
51 "rect": [0, 0, 0, 0], | |
52 "reason": "full" | 48 "reason": "full" |
53 } | 49 } |
54 ] | 50 ] |
55 } | 51 } |
56 ] | 52 ] |
57 } | 53 } |
58 | 54 |
OLD | NEW |