| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV id='target'", | 12 "object": "LayoutBlockFlow DIV id='target'", |
| 11 "rect": [488, 8, 150, 20], | 13 "rect": [488, 8, 150, 20], |
| 12 "reason": "style change" | 14 "reason": "style change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 16 "rect": [488, 8, 80, 20], | 18 "rect": [488, 8, 80, 20], |
| 17 "reason": "style change" | 19 "reason": "style change" |
| 18 }, | |
| 19 { | |
| 20 "object": "InlineTextBox 'PASS'", | |
| 21 "reason": "style change" | |
| 22 }, | |
| 23 { | |
| 24 "object": "RootInlineBox", | |
| 25 "reason": "full" | |
| 26 } | 20 } |
| 27 ] | 21 ] |
| 28 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow DIV id='target'", |
| 27 "reason": "style change" |
| 28 }, |
| 29 { |
| 30 "object": "RootInlineBox", |
| 31 "reason": "style change" |
| 32 }, |
| 33 { |
| 34 "object": "LayoutText #text", |
| 35 "reason": "style change" |
| 36 }, |
| 37 { |
| 38 "object": "InlineTextBox 'PASS'", |
| 39 "reason": "style change" |
| 40 } |
| 29 ] | 41 ] |
| 30 } | 42 } |
| 31 | 43 |
| OLD | NEW |