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 [108, 116, 437, 17], | 9 [108, 116, 437, 17], |
10 [108, 116, 436, 18], | 10 [108, 116, 436, 18], |
11 [108, 116, 436, 18], | 11 [108, 116, 436, 18], |
12 [100, 100, 452, 50], | 12 [100, 100, 452, 50], |
13 [8, 16, 784, 18], | 13 [8, 16, 784, 18], |
14 [8, 16, 784, 18], | 14 [8, 16, 784, 18], |
15 [8, 16, 437, 17], | 15 [8, 16, 437, 17], |
16 [0, 0, 800, 600], | 16 [0, 0, 800, 600], |
17 [0, 0, 800, 50] | 17 [0, 0, 800, 50] |
18 ], | 18 ], |
19 "paintInvalidationClients": [ | 19 "paintInvalidationClients": [ |
| 20 "RootInlineBox", |
| 21 "InlineTextBox 'Tests that the entire viewport is painted with a floated
html element.'", |
20 "LayoutView #document", | 22 "LayoutView #document", |
21 "LayoutBlockFlow (positioned) HTML class='changed'", | 23 "LayoutBlockFlow (positioned) HTML class='changed'", |
22 "LayoutBlockFlow BODY", | 24 "LayoutBlockFlow BODY", |
23 "LayoutBlockFlow P", | 25 "LayoutBlockFlow P", |
24 "LayoutText #text" | 26 "LayoutText #text", |
| 27 "InlineTextBox 'Tests that the entire viewport is painted with a floated
html element.'" |
25 ] | 28 ] |
26 } | 29 } |
27 ] | 30 ] |
28 } | 31 } |
29 | 32 |
OLD | NEW |