| 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 { |
| 11 "object": "LayoutView #document", | 11 "object": "LayoutView #document", |
| 12 "rect": [0, 0, 800, 600], | 12 "rect": [0, 0, 800, 600], |
| 13 "reason": "style change" | 13 "reason": "style change" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "LayoutBlockFlow P", | 16 "object": "LayoutBlockFlow P", |
| 17 "rect": [8, 16, 784, 20], | 17 "rect": [8, 16, 784, 20], |
| 18 "reason": "forced by layout" | 18 "reason": "geometry" |
| 19 }, | 19 }, |
| 20 { | 20 { |
| 21 "object": "LayoutBlockFlow P", | 21 "object": "LayoutBlockFlow P", |
| 22 "rect": [108, 116, 402, 20], | 22 "rect": [108, 116, 402, 20], |
| 23 "reason": "forced by layout" | 23 "reason": "geometry" |
| 24 } | 24 } |
| 25 ] | 25 ] |
| 26 } | 26 } |
| 27 ], | 27 ], |
| 28 "objectPaintInvalidations": [ | 28 "objectPaintInvalidations": [ |
| 29 { | 29 { |
| 30 "object": "LayoutView #document", | 30 "object": "LayoutView #document", |
| 31 "reason": "style change" | 31 "reason": "style change" |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "object": "LayoutBlockFlow (positioned) HTML class='changed'", | 34 "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
| 35 "reason": "style change" | 35 "reason": "style change" |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 "object": "LayoutBlockFlow BODY", | 38 "object": "LayoutBlockFlow BODY", |
| 39 "reason": "location change" | 39 "reason": "geometry" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "object": "LayoutBlockFlow P", | 42 "object": "LayoutBlockFlow P", |
| 43 "reason": "forced by layout" | 43 "reason": "geometry" |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "object": "RootInlineBox", | 46 "object": "RootInlineBox", |
| 47 "reason": "forced by layout" | 47 "reason": "geometry" |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
| 51 "reason": "forced by layout" | 51 "reason": "geometry" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", | 54 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
| 55 "reason": "forced by layout" | 55 "reason": "geometry" |
| 56 } | 56 } |
| 57 ] | 57 ] |
| 58 } | 58 } |
| 59 | 59 |
| OLD | NEW |