| 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 DIV", | 10 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [8, 156, 100, 40], | 11 "rect": [8, 156, 100, 40], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutInline SPAN id='test'", | 15 "object": "LayoutInline SPAN id='test'", |
| 16 "rect": [5, 153, 92, 45], | 16 "rect": [5, 153, 92, 45], |
| 17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "rect": [8, 156, 86, 39], | 21 "rect": [8, 156, 86, 39], |
| 22 "reason": "full" | 22 "reason": "full" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [43, 174, 3, 22], | 26 "rect": [43, 175, 3, 21], |
| 27 "reason": "invalidate paint rectangle" | 27 "reason": "invalidate paint rectangle" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [43, 174, 3, 22], | 31 "rect": [43, 175, 3, 21], |
| 32 "reason": "invalidate paint rectangle" | 32 "reason": "invalidate paint rectangle" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
| 36 "rect": [43, 174, 3, 22], | 36 "rect": [43, 175, 3, 21], |
| 37 "reason": "invalidate paint rectangle" | 37 "reason": "invalidate paint rectangle" |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 } | 40 } |
| 41 ], | 41 ], |
| 42 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 43 { | 43 { |
| 44 "object": "LayoutText #text", | 44 "object": "LayoutText #text", |
| 45 "reason": "layoutObject removal" | 45 "reason": "layoutObject removal" |
| 46 }, | 46 }, |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "object": "InlineTextBox ' '", | 88 "object": "InlineTextBox ' '", |
| 89 "reason": "full" | 89 "reason": "full" |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "object": "InlineTextBox 'dolor\u00A0'", | 92 "object": "InlineTextBox 'dolor\u00A0'", |
| 93 "reason": "full" | 93 "reason": "full" |
| 94 } | 94 } |
| 95 ] | 95 ] |
| 96 } | 96 } |
| 97 | 97 |
| OLD | NEW |