| 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 BODY", | 10 "object": "LayoutBlockFlow BODY", |
| 11 "rect": [-50, 16, 850, 336], | 11 "rect": [-50, 16, 850, 336], |
| 12 "reason": "bounds change" | 12 "reason": "bounds change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow BODY", | |
| 16 "rect": [0, 16, 800, 336], | |
| 17 "reason": "bounds change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
| 21 "rect": [-50, 52, 150, 150], | 16 "rect": [-50, 52, 150, 150], |
| 22 "reason": "location change" | 17 "reason": "location change" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutBlockFlow DIV", | 20 "object": "LayoutBlockFlow DIV", |
| 26 "rect": [0, 52, 150, 150], | 21 "rect": [0, 52, 150, 150], |
| 27 "reason": "location change" | 22 "reason": "location change" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 40 "object": "LayoutBlockFlow DIV class='item2'", | 35 "object": "LayoutBlockFlow DIV class='item2'", |
| 41 "rect": [150, 52, 50, 300], | 36 "rect": [150, 52, 50, 300], |
| 42 "reason": "style change" | 37 "reason": "style change" |
| 43 }, | 38 }, |
| 44 { | 39 { |
| 45 "object": "LayoutBlockFlow HTML", | 40 "object": "LayoutBlockFlow HTML", |
| 46 "rect": [-50, 0, 850, 352], | 41 "rect": [-50, 0, 850, 352], |
| 47 "reason": "bounds change" | 42 "reason": "bounds change" |
| 48 }, | 43 }, |
| 49 { | 44 { |
| 50 "object": "LayoutBlockFlow HTML", | |
| 51 "rect": [0, 0, 800, 352], | |
| 52 "reason": "bounds change" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutGrid DIV id='container'", | 45 "object": "LayoutGrid DIV id='container'", |
| 56 "rect": [-50, 52, 250, 300], | 46 "rect": [-50, 52, 250, 300], |
| 57 "reason": "bounds change" | 47 "reason": "bounds change" |
| 58 }, | |
| 59 { | |
| 60 "object": "LayoutGrid DIV id='container'", | |
| 61 "rect": [0, 52, 200, 300], | |
| 62 "reason": "bounds change" | |
| 63 } | 48 } |
| 64 ] | 49 ] |
| 65 } | 50 } |
| 66 ] | 51 ] |
| 67 } | 52 } |
| 68 | 53 |
| OLD | NEW |