| 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, 403, 20], | 9 [108, 116, 403, 20], |
| 10 [108, 116, 403, 20], | 10 [108, 116, 403, 20], |
| 11 [108, 116, 403, 19], | 11 [108, 116, 403, 19], |
| 12 [100, 100, 419, 52], | 12 [100, 100, 419, 52], |
| 13 [8, 16, 784, 20], | 13 [8, 16, 784, 20], |
| 14 [8, 16, 784, 20], | 14 [8, 16, 784, 20], |
| 15 [8, 16, 403, 19], | 15 [8, 16, 403, 19], |
| 16 [0, 0, 800, 600], | 16 [0, 0, 800, 600], |
| 17 [0, 0, 800, 52] | 17 [0, 0, 800, 52] |
| 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 |