| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "backgroundColor": "#008000", | 8 "backgroundColor": "#008000", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "rect": [100, 100, 418, 52], | 27 "rect": [100, 100, 418, 52], |
| 28 "reason": "style change" | 28 "reason": "style change" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutBlockFlow P", | 31 "object": "LayoutBlockFlow P", |
| 32 "rect": [108, 116, 402, 20], | 32 "rect": [108, 116, 402, 20], |
| 33 "reason": "forced by layout" | 33 "reason": "forced by layout" |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 "object": "LayoutText #text", | 36 "object": "LayoutText #text", |
| 37 "rect": [108, 116, 402, 19], | |
| 38 "reason": "forced by layout" | |
| 39 }, | |
| 40 { | |
| 41 "object": "LayoutText #text", | |
| 42 "rect": [8, 16, 402, 19], | 37 "rect": [8, 16, 402, 19], |
| 43 "reason": "forced by layout" | 38 "reason": "forced by layout" |
| 44 } | 39 } |
| 45 ] | 40 ] |
| 46 } | 41 } |
| 47 ], | 42 ], |
| 48 "objectPaintInvalidations": [ | 43 "objectPaintInvalidations": [ |
| 49 { | 44 { |
| 50 "object": "LayoutView #document", | 45 "object": "LayoutView #document", |
| 51 "reason": "style change" | 46 "reason": "style change" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 70 "object": "LayoutText #text", | 65 "object": "LayoutText #text", |
| 71 "reason": "forced by layout" | 66 "reason": "forced by layout" |
| 72 }, | 67 }, |
| 73 { | 68 { |
| 74 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", | 69 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
| 75 "reason": "forced by layout" | 70 "reason": "forced by layout" |
| 76 } | 71 } |
| 77 ] | 72 ] |
| 78 } | 73 } |
| 79 | 74 |
| OLD | NEW |