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 [8, 167, 784, 21], | 9 [8, 167, 784, 21], |
10 [8, 167, 30, 20], | 10 [8, 167, 30, 20], |
(...skipping 27 matching lines...) Expand all Loading... |
38 "InlineTextBox '\n'", | 38 "InlineTextBox '\n'", |
39 "LayoutBR BR", | 39 "LayoutBR BR", |
40 "InlineTextBox 'three'", | 40 "InlineTextBox 'three'", |
41 "RootInlineBox", | 41 "RootInlineBox", |
42 "InlineTextBox 'three'", | 42 "InlineTextBox 'three'", |
43 "LayoutText #text", | 43 "LayoutText #text", |
44 "LayoutInline SPAN", | 44 "LayoutInline SPAN", |
45 "RootInlineBox", | 45 "RootInlineBox", |
46 "LayoutBlockFlow DIV", | 46 "LayoutBlockFlow DIV", |
47 "LayoutBlockFlow DIV id='one'", | 47 "LayoutBlockFlow DIV id='one'", |
| 48 "RootInlineBox", |
48 "LayoutText #text", | 49 "LayoutText #text", |
49 "InlineTextBox 'three'", | 50 "InlineTextBox 'three'", |
50 "LayoutBlockFlow DIV id='one'" | 51 "LayoutBlockFlow DIV id='one'" |
51 ] | 52 ] |
52 } | 53 } |
53 ] | 54 ] |
54 } | 55 } |
55 | 56 |
OLD | NEW |