| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 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 (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "rect": [8, 200, 100, 104], | 21 "rect": [8, 200, 100, 104], |
| 22 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutInline (relative positioned) SPAN", | 25 "object": "LayoutInline (relative positioned) SPAN", |
| 26 "rect": [8, 120, 100, 104], | 26 "rect": [8, 120, 100, 104], |
| 27 "reason": "forced by layout" | 27 "reason": "forced by layout" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutBlockFlow DIV", | 30 "object": "LayoutBlockFlow DIV", |
| 31 "rect": [8, 220, 100, 100], | |
| 32 "reason": "forced by layout" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [8, 220, 100, 100], | |
| 37 "reason": "bounds change" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutBlockFlow DIV", | |
| 41 "rect": [8, 200, 100, 100], | 31 "rect": [8, 200, 100, 100], |
| 42 "reason": "forced by layout" | 32 "reason": "forced by layout" |
| 43 }, | 33 }, |
| 44 { | 34 { |
| 45 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
| 46 "rect": [8, 200, 100, 100], | 36 "rect": [8, 200, 100, 100], |
| 47 "reason": "bounds change" | 37 "reason": "bounds change" |
| 48 } | 38 } |
| 49 ] | 39 ] |
| 50 } | 40 } |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "object": "InlineTextBox 'x'", | 84 "object": "InlineTextBox 'x'", |
| 95 "reason": "bounds change" | 85 "reason": "bounds change" |
| 96 }, | 86 }, |
| 97 { | 87 { |
| 98 "object": "LayoutText #text", | 88 "object": "LayoutText #text", |
| 99 "reason": "location change" | 89 "reason": "location change" |
| 100 } | 90 } |
| 101 ] | 91 ] |
| 102 } | 92 } |
| 103 | 93 |
| OLD | NEW |