| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "backgroundColor": "#008000", | 10 "backgroundColor": "#008000", |
| 9 "paintInvalidations": [ | 11 "paintInvalidations": [ |
| 10 { | 12 { |
| 11 "object": "LayoutView #document", | 13 "object": "LayoutView #document", |
| 12 "rect": [0, 0, 800, 600], | 14 "rect": [0, 0, 800, 600], |
| 13 "reason": "style change" | 15 "reason": "style change" |
| 14 }, | 16 }, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 44 }, | 46 }, |
| 45 { | 47 { |
| 46 "object": "LayoutText #text", | 48 "object": "LayoutText #text", |
| 47 "rect": [108, 116, 402, 19], | 49 "rect": [108, 116, 402, 19], |
| 48 "reason": "bounds change" | 50 "reason": "bounds change" |
| 49 }, | 51 }, |
| 50 { | 52 { |
| 51 "object": "LayoutText #text", | 53 "object": "LayoutText #text", |
| 52 "rect": [8, 16, 402, 19], | 54 "rect": [8, 16, 402, 19], |
| 53 "reason": "bounds change" | 55 "reason": "bounds change" |
| 54 }, | |
| 55 { | |
| 56 "object": "InlineTextBox 'Tests that the entire viewport is painted wi
th a floated html element.'", | |
| 57 "reason": "full" | |
| 58 }, | |
| 59 { | |
| 60 "object": "InlineTextBox 'Tests that the entire viewport is painted wi
th a floated html element.'", | |
| 61 "reason": "bounds change" | |
| 62 }, | |
| 63 { | |
| 64 "object": "RootInlineBox", | |
| 65 "reason": "full" | |
| 66 }, | |
| 67 { | |
| 68 "object": "RootInlineBox", | |
| 69 "reason": "full" | |
| 70 } | 56 } |
| 71 ] | 57 ] |
| 72 } | 58 } |
| 59 ], |
| 60 "objectPaintInvalidations": [ |
| 61 { |
| 62 "object": "LayoutView #document", |
| 63 "reason": "style change" |
| 64 }, |
| 65 { |
| 66 "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
| 67 "reason": "style change" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutBlockFlow BODY", |
| 71 "reason": "bounds change" |
| 72 }, |
| 73 { |
| 74 "object": "LayoutBlockFlow P", |
| 75 "reason": "forced by layout" |
| 76 }, |
| 77 { |
| 78 "object": "RootInlineBox", |
| 79 "reason": "forced by layout" |
| 80 }, |
| 81 { |
| 82 "object": "LayoutText #text", |
| 83 "reason": "bounds change" |
| 84 }, |
| 85 { |
| 86 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
| 87 "reason": "bounds change" |
| 88 } |
| 73 ] | 89 ] |
| 74 } | 90 } |
| 75 | 91 |
| OLD | NEW |