| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [293, 393, 15, 15], | 9 [293, 393, 15, 15], |
| 10 [293, 108, 15, 285], | 10 [293, 108, 15, 285], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 [8, 108, 285, 285] | 21 [8, 108, 285, 285] |
| 22 ], | 22 ], |
| 23 "paintInvalidationClients": [ | 23 "paintInvalidationClients": [ |
| 24 "InlineBox", | 24 "InlineBox", |
| 25 "RootInlineBox", | 25 "RootInlineBox", |
| 26 "LayoutBlockFlow (anonymous)", | 26 "LayoutBlockFlow (anonymous)", |
| 27 "LayoutBlockFlow (anonymous)", | 27 "LayoutBlockFlow (anonymous)", |
| 28 "LayoutIFrame IFRAME id='iframe'", | 28 "LayoutIFrame IFRAME id='iframe'", |
| 29 "LayoutView #document", | 29 "LayoutView #document", |
| 30 "LayoutView #document", | 30 "LayoutView #document", |
| 31 "LayoutView #document", | |
| 32 "HorizontalScrollbar", | 31 "HorizontalScrollbar", |
| 33 "LayoutView #document", | 32 "VerticalScrollbar", |
| 34 "VerticalScrollbar" | 33 "LayoutView #document" |
| 35 ] | 34 ] |
| 36 } | 35 } |
| 37 ] | 36 ] |
| 38 } | 37 } |
| 39 | 38 |
| OLD | NEW |