| 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": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [19, 169, 200, 60], | 11 "rect": [19, 169, 200, 60], |
| 12 "reason": "border box change" | 12 "reason": "border box change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
| 16 "rect": [19, 169, 200, 40], | |
| 17 "reason": "border box change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow DIV", | |
| 21 "rect": [19, 329, 200, 40], | |
| 22 "reason": "border box change" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow DIV", | |
| 26 "rect": [19, 329, 200, 60], | 16 "rect": [19, 329, 200, 60], |
| 27 "reason": "border box change" | 17 "reason": "border box change" |
| 28 }, | 18 }, |
| 29 { | 19 { |
| 30 "object": "LayoutBlockFlow DIV id='a'", | 20 "object": "LayoutBlockFlow DIV id='a'", |
| 31 "rect": [29, 209, 180, 20], | 21 "rect": [29, 209, 180, 20], |
| 32 "reason": "incremental" | 22 "reason": "incremental" |
| 33 }, | 23 }, |
| 34 { | 24 { |
| 35 "object": "LayoutBlockFlow DIV id='b'", | 25 "object": "LayoutBlockFlow DIV id='b'", |
| 36 "rect": [29, 369, 180, 20], | 26 "rect": [29, 369, 180, 20], |
| 37 "reason": "incremental" | 27 "reason": "incremental" |
| 38 } | 28 } |
| 39 ] | 29 ] |
| 40 } | 30 } |
| 41 ] | 31 ] |
| 42 } | 32 } |
| 43 | 33 |
| OLD | NEW |