| 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": "LayoutGrid DIV id='container'", | 12 "object": "LayoutGrid DIV id='container'", |
| 13 "rect": [0, 52, 200, 300], | 13 "rect": [0, 52, 200, 300], |
| 14 "reason": "layoutObject insertion" | 14 "reason": "style change" |
| 15 }, | |
| 16 { | |
| 17 "object": "LayoutGrid DIV id='container'", | |
| 18 "rect": [0, 52, 200, 300], | |
| 19 "reason": "layoutObject removal" | |
| 20 }, | 15 }, |
| 21 { | 16 { |
| 22 "object": "LayoutBlockFlow DIV class='item'", | 17 "object": "LayoutBlockFlow DIV class='item'", |
| 23 "rect": [150, 52, 50, 300], | 18 "rect": [150, 52, 50, 300], |
| 24 "reason": "layoutObject removal" | 19 "reason": "bounds change" |
| 25 }, | 20 }, |
| 26 { | 21 { |
| 27 "object": "LayoutBlockFlow DIV class='item'", | 22 "object": "LayoutBlockFlow DIV class='item'", |
| 28 "rect": [0, 52, 50, 300], | 23 "rect": [0, 52, 50, 300], |
| 29 "reason": "layoutObject insertion" | 24 "reason": "bounds change" |
| 30 }, | |
| 31 { | |
| 32 "object": "LayoutBlockFlow DIV", | |
| 33 "rect": [150, 52, 50, 50], | |
| 34 "reason": "layoutObject removal" | |
| 35 }, | |
| 36 { | |
| 37 "object": "LayoutBlockFlow DIV", | |
| 38 "rect": [0, 52, 50, 50], | |
| 39 "reason": "layoutObject insertion" | |
| 40 } | 25 } |
| 41 ] | 26 ] |
| 42 } | 27 } |
| 43 ], | 28 ], |
| 44 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
| 45 { | 30 { |
| 46 "object": "LayoutBlockFlow DIV", | 31 "object": "LayoutGrid DIV id='container'", |
| 47 "reason": "layoutObject removal" | 32 "reason": "style change" |
| 48 }, | 33 }, |
| 49 { | 34 { |
| 50 "object": "LayoutBlockFlow DIV class='item'", | 35 "object": "LayoutBlockFlow DIV class='item'", |
| 51 "reason": "layoutObject removal" | 36 "reason": "bounds change" |
| 52 }, | |
| 53 { | |
| 54 "object": "LayoutGrid DIV id='container'", | |
| 55 "reason": "layoutObject removal" | |
| 56 }, | |
| 57 { | |
| 58 "object": "LayoutGrid DIV id='container'", | |
| 59 "reason": "layoutObject insertion" | |
| 60 }, | |
| 61 { | |
| 62 "object": "LayoutBlockFlow DIV class='item'", | |
| 63 "reason": "layoutObject insertion" | |
| 64 }, | 37 }, |
| 65 { | 38 { |
| 66 "object": "LayoutBlockFlow DIV", | 39 "object": "LayoutBlockFlow DIV", |
| 67 "reason": "layoutObject insertion" | 40 "reason": "location change" |
| 68 } | 41 } |
| 69 ] | 42 ] |
| 70 } | 43 } |
| 71 | 44 |
| OLD | NEW |