| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", |
| 11 "rect": [0, 0, 185, 30], |
| 12 "reason": "full" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutBlockFlow DIV id='scroller'", |
| 16 "rect": [185, 0, 15, 100], |
| 17 "reason": "scroll" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutText #text", |
| 21 "rect": [0, 5, 15, 15], |
| 22 "reason": "layoutObject insertion" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutText #text", |
| 26 "rect": [0, 5, 15, 15], |
| 27 "reason": "layoutObject removal" |
| 28 } |
| 29 ] |
| 30 } |
| 31 ], |
| 32 "objectPaintInvalidations": [ |
| 33 { |
| 34 "object": "LayoutText #text", |
| 35 "reason": "layoutObject removal" |
| 36 }, |
| 37 { |
| 38 "object": "VerticalScrollbar", |
| 39 "reason": "scroll" |
| 40 }, |
| 41 { |
| 42 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", |
| 43 "reason": "full" |
| 44 }, |
| 45 { |
| 46 "object": "RootInlineBox", |
| 47 "reason": "full" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutText #text", |
| 51 "reason": "layoutObject insertion" |
| 52 }, |
| 53 { |
| 54 "object": "InlineTextBox 'z'", |
| 55 "reason": "layoutObject insertion" |
| 56 } |
| 57 ] |
| 58 } |
| 59 |
| OLD | NEW |