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 "repaintRects": [ | 8 "repaintRects": [ |
9 [114, 114, 38, 18], | 9 [114, 114, 38, 18], |
10 [114, 84, 38, 48], | 10 [114, 84, 38, 48], |
(...skipping 15 matching lines...) Expand all Loading... |
26 "InlineTextBox ' eleifend lacus,'", | 26 "InlineTextBox ' eleifend lacus,'", |
27 "RootInlineBox", | 27 "RootInlineBox", |
28 "InlineTextBox 'at sagittis eros leo pulvinar'", | 28 "InlineTextBox 'at sagittis eros leo pulvinar'", |
29 "RootInlineBox", | 29 "RootInlineBox", |
30 "InlineTextBox 'velit. Integer sollicitudin nisi'", | 30 "InlineTextBox 'velit. Integer sollicitudin nisi'", |
31 "RootInlineBox", | 31 "RootInlineBox", |
32 "InlineTextBox 'ut urna blandit convallis.'", | 32 "InlineTextBox 'ut urna blandit convallis.'", |
33 "RootInlineBox", | 33 "RootInlineBox", |
34 "LayoutBlockFlow BODY", | 34 "LayoutBlockFlow BODY", |
35 "LayoutBlockFlow DIV", | 35 "LayoutBlockFlow DIV", |
| 36 "RootInlineBox", |
36 "LayoutInline SPAN id='t'", | 37 "LayoutInline SPAN id='t'", |
37 "InlineFlowBox", | 38 "InlineFlowBox", |
38 "LayoutText #text", | 39 "LayoutText #text", |
39 "InlineTextBox 'purus'", | 40 "InlineTextBox 'purus'", |
40 "LayoutText #text", | 41 "LayoutText #text", |
41 "InlineTextBox ' eleifend'", | 42 "InlineTextBox ' eleifend'", |
42 "InlineTextBox 'lacus, at sagittis eros leo'", | 43 "InlineTextBox 'lacus, at sagittis eros leo'", |
43 "InlineTextBox 'pulvinar velit. Integer'", | 44 "InlineTextBox 'pulvinar velit. Integer'", |
44 "InlineTextBox 'sollicitudin nisi ut urna blandit'", | 45 "InlineTextBox 'sollicitudin nisi ut urna blandit'", |
45 "InlineTextBox 'convallis.'" | 46 "InlineTextBox 'convallis.'" |
46 ] | 47 ] |
47 } | 48 } |
48 ] | 49 ] |
49 } | 50 } |
50 | 51 |
OLD | NEW |