| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", | 10 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", |
| 11 "rect": [0, 0, 185, 30], | 11 "rect": [0, 0, 185, 30], |
| 12 "reason": "forced by layout" | 12 "reason": "full" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='scroller'", | 15 "object": "LayoutBlockFlow DIV id='scroller'", |
| 16 "rect": [185, 0, 15, 100], | 16 "rect": [185, 0, 15, 100], |
| 17 "reason": "scroll" | 17 "reason": "scroll" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "rect": [0, 5, 15, 15], | 21 "rect": [0, 5, 15, 15], |
| 22 "reason": "full" | 22 "reason": "layoutObject insertion" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutText #text", |
| 26 "rect": [0, 5, 15, 15], |
| 27 "reason": "layoutObject removal" |
| 23 } | 28 } |
| 24 ] | 29 ] |
| 25 } | 30 } |
| 26 ], | 31 ], |
| 27 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
| 28 { | 33 { |
| 34 "object": "LayoutText #text", |
| 35 "reason": "layoutObject removal" |
| 36 }, |
| 37 { |
| 29 "object": "VerticalScrollbar", | 38 "object": "VerticalScrollbar", |
| 30 "reason": "scroll" | 39 "reason": "scroll" |
| 31 }, | 40 }, |
| 32 { | 41 { |
| 33 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", | 42 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", |
| 34 "reason": "forced by layout" | 43 "reason": "full" |
| 35 }, | 44 }, |
| 36 { | 45 { |
| 37 "object": "RootInlineBox", | 46 "object": "RootInlineBox", |
| 38 "reason": "forced by layout" | 47 "reason": "full" |
| 39 }, | 48 }, |
| 40 { | 49 { |
| 41 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
| 42 "reason": "full" | 51 "reason": "layoutObject insertion" |
| 43 }, | 52 }, |
| 44 { | 53 { |
| 45 "object": "InlineTextBox 'z'", | 54 "object": "InlineTextBox 'z'", |
| 46 "reason": "full" | 55 "reason": "layoutObject insertion" |
| 47 } | 56 } |
| 48 ] | 57 ] |
| 49 } | 58 } |
| 50 | 59 |
| OLD | NEW |