| 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 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited
box'", | 10 "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited
box'", |
| 11 "bounds": [300, 300] | 11 "bounds": [300, 300] |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "name": "LayoutHTMLCanvas (positioned) CANVAS", | 14 "name": "LayoutHTMLCanvas (positioned) CANVAS", |
| 15 "bounds": [200, 200], | 15 "bounds": [200, 200], |
| 16 "drawsContent": true, | 16 "drawsContent": true, |
| 17 "paintInvalidations": [ | 17 "paintInvalidations": [ |
| 18 { | 18 { |
| 19 "object": "LayoutHTMLCanvas (positioned) CANVAS", | 19 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 20 "rect": [0, 0, 200, 200], | 20 "rect": [0, 0, 200, 200], |
| 21 "reason": "full" |
| 22 }, |
| 23 { |
| 24 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 25 "rect": [0, 0, 200, 200], |
| 21 "reason": "layoutObject insertion" | 26 "reason": "layoutObject insertion" |
| 22 } | 27 } |
| 23 ] | 28 ] |
| 24 } | 29 } |
| 25 ], | 30 ], |
| 26 "objectPaintInvalidations": [ | 31 "objectPaintInvalidations": [ |
| 27 { | 32 { |
| 28 "object": "LayoutHTMLCanvas (positioned) CANVAS", | 33 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 29 "reason": "subtree" | 34 "reason": "subtree" |
| 30 }, | 35 }, |
| 31 { | 36 { |
| 32 "object": "LayoutHTMLCanvas (positioned) CANVAS", | 37 "object": "LayoutHTMLCanvas (positioned) CANVAS", |
| 33 "reason": "layoutObject insertion" | 38 "reason": "layoutObject insertion" |
| 34 } | 39 } |
| 35 ] | 40 ] |
| 36 } | 41 } |
| 37 | 42 |
| OLD | NEW |