| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow HTML", | 12 "object": "LayoutBlockFlow HTML", |
| 13 "rect": [10, 102, 285, 400], | 13 "rect": [10, 102, 285, 400], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutBlockFlow DIV", | 17 "object": "LayoutBlockFlow DIV", |
| 18 "rect": [18, 146, 269, 356], | 18 "rect": [18, 146, 269, 356], |
| 19 "reason": "bounds change" | 19 "reason": "bounds change" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutBlockFlow DIV id='to-be-changed'", | 22 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 23 "rect": [18, 128, 269, 36], | 23 "rect": [18, 128, 269, 36], |
| 24 "reason": "forced by layout" | 24 "reason": "full" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
| 28 "rect": [18, 128, 256, 36], | 28 "rect": [18, 128, 256, 36], |
| 29 "reason": "layoutObject removal" | 29 "reason": "layoutObject removal" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 33 "rect": [18, 128, 84, 18], | 33 "rect": [18, 128, 84, 18], |
| 34 "reason": "layoutObject insertion" | 34 "reason": "layoutObject insertion" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "object": "LayoutView #document", | 37 "object": "LayoutView #document", |
| 38 "rect": [295, 102, 15, 400], | 38 "rect": [295, 102, 15, 400], |
| 39 "reason": "scroll" | 39 "reason": "scroll" |
| 40 } | 40 } |
| 41 ] | 41 ] |
| 42 } | 42 } |
| 43 ] | 43 ] |
| 44 } | 44 } |
| 45 | 45 |
| OLD | NEW |