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