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