| 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)", |
| 11 "rect": [8, 40, 784, 105], | 11 "rect": [8, 40, 784, 105], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutInline (relative positioned) SPAN id='target'", | 15 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 16 "rect": [8, 220, 100, 104], | 16 "rect": [8, 220, 100, 104], |
| 17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutInline (relative positioned) SPAN id='target'", | 20 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 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 }, | |
| 29 { | |
| 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], | |
| 42 "reason": "forced by layout" | |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutText #text", | |
| 46 "rect": [8, 200, 100, 100], | |
| 47 "reason": "bounds change" | |
| 48 } | 28 } |
| 49 ] | 29 ] |
| 50 } | 30 } |
| 51 ], | 31 ], |
| 52 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
| 53 { | 33 { |
| 54 "object": "LayoutBlockFlow (anonymous)", | 34 "object": "LayoutBlockFlow (anonymous)", |
| 55 "reason": "forced by layout" | 35 "reason": "forced by layout" |
| 56 }, | 36 }, |
| 57 { | 37 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "object": "InlineTextBox 'x'", | 74 "object": "InlineTextBox 'x'", |
| 95 "reason": "bounds change" | 75 "reason": "bounds change" |
| 96 }, | 76 }, |
| 97 { | 77 { |
| 98 "object": "LayoutText #text", | 78 "object": "LayoutText #text", |
| 99 "reason": "location change" | 79 "reason": "location change" |
| 100 } | 80 } |
| 101 ] | 81 ] |
| 102 } | 82 } |
| 103 | 83 |
| OLD | NEW |