OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
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", | 10 "object": "LayoutBlockFlow DIV", |
11 "rect": [8, 156, 100, 40], | 11 "rect": [8, 156, 100, 40], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutInline SPAN id='test'", | 15 "object": "LayoutInline SPAN id='test'", |
16 "rect": [5, 153, 92, 45], | 16 "rect": [5, 153, 92, 45], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
21 "rect": [8, 156, 86, 39], | 21 "rect": [8, 156, 86, 39], |
22 "reason": "full" | 22 "reason": "full" |
23 }, | |
24 { | |
25 "object": "LayoutText #text", | |
26 "rect": [43, 175, 3, 21], | |
27 "reason": "invalidate paint rectangle" | |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [43, 175, 3, 21], | |
32 "reason": "invalidate paint rectangle" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [43, 175, 3, 21], | |
37 "reason": "invalidate paint rectangle" | |
38 } | 23 } |
39 ] | 24 ] |
40 } | 25 } |
41 ], | 26 ], |
42 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
43 { | 28 { |
44 "object": "LayoutText #text", | 29 "object": "LayoutText #text", |
45 "reason": "layoutObject removal" | 30 "reason": "layoutObject removal" |
46 }, | 31 }, |
47 { | 32 { |
48 "object": "Caret", | |
49 "reason": "invalidate paint rectangle" | |
50 }, | |
51 { | |
52 "object": "LayoutBlockFlow DIV", | 33 "object": "LayoutBlockFlow DIV", |
53 "reason": "forced by layout" | 34 "reason": "forced by layout" |
54 }, | 35 }, |
55 { | 36 { |
56 "object": "RootInlineBox", | 37 "object": "RootInlineBox", |
57 "reason": "forced by layout" | 38 "reason": "forced by layout" |
58 }, | 39 }, |
59 { | 40 { |
60 "object": "Caret", | 41 "object": "Caret", |
61 "reason": "invalidate paint rectangle" | 42 "reason": "caret" |
62 }, | 43 }, |
63 { | 44 { |
64 "object": "Caret", | 45 "object": "Caret", |
65 "reason": "invalidate paint rectangle" | 46 "reason": "caret" |
66 }, | 47 }, |
67 { | 48 { |
68 "object": "LayoutInline SPAN id='test'", | 49 "object": "LayoutInline SPAN id='test'", |
69 "reason": "forced by layout" | 50 "reason": "forced by layout" |
70 }, | 51 }, |
71 { | 52 { |
72 "object": "InlineFlowBox", | 53 "object": "InlineFlowBox", |
73 "reason": "forced by layout" | 54 "reason": "forced by layout" |
74 }, | 55 }, |
75 { | 56 { |
(...skipping 12 matching lines...) Expand all Loading... |
88 "object": "InlineTextBox ' '", | 69 "object": "InlineTextBox ' '", |
89 "reason": "full" | 70 "reason": "full" |
90 }, | 71 }, |
91 { | 72 { |
92 "object": "InlineTextBox 'dolor\u00A0'", | 73 "object": "InlineTextBox 'dolor\u00A0'", |
93 "reason": "full" | 74 "reason": "full" |
94 } | 75 } |
95 ] | 76 ] |
96 } | 77 } |
97 | 78 |
OLD | NEW |