| 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 id='allcontent'", | 10 "object": "LayoutBlockFlow DIV id='allcontent'", |
| 11 "rect": [8, 130, 784, 50], | 11 "rect": [8, 130, 784, 50], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow (relative positioned) P", | 15 "object": "LayoutBlockFlow (relative positioned) P", |
| 16 "rect": [8, 146, 784, 18], | 16 "rect": [8, 146, 784, 18], |
| 17 "reason": "bounds change" | 17 "reason": "forced by layout" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow (relative positioned) P", | 20 "object": "LayoutBlockFlow (relative positioned) P", |
| 21 "rect": [8, 130, 784, 18], | 21 "rect": [8, 130, 784, 18], |
| 22 "reason": "bounds change" | 22 "reason": "forced by layout" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [8, 146, 70, 17], | 26 "rect": [8, 146, 70, 17], |
| 27 "reason": "bounds change" | 27 "reason": "forced by layout" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [8, 130, 70, 17], | 31 "rect": [8, 130, 70, 17], |
| 32 "reason": "bounds change" | 32 "reason": "forced by layout" |
| 33 } | 33 } |
| 34 ] | 34 ] |
| 35 } | 35 } |
| 36 ], | 36 ], |
| 37 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 38 { | 38 { |
| 39 "object": "LayoutBlockFlow DIV id='allcontent'", | 39 "object": "LayoutBlockFlow DIV id='allcontent'", |
| 40 "reason": "style change" | 40 "reason": "style change" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "object": "LayoutBlockFlow (relative positioned) P", | 43 "object": "LayoutBlockFlow (relative positioned) P", |
| 44 "reason": "bounds change" | 44 "reason": "forced by layout" |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "object": "RootInlineBox", | 47 "object": "RootInlineBox", |
| 48 "reason": "bounds change" | 48 "reason": "forced by layout" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "object": "LayoutText #text", | 51 "object": "LayoutText #text", |
| 52 "reason": "bounds change" | 52 "reason": "forced by layout" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "object": "InlineTextBox 'SUCCESS'", | 55 "object": "InlineTextBox 'SUCCESS'", |
| 56 "reason": "bounds change" | 56 "reason": "forced by layout" |
| 57 } | 57 } |
| 58 ] | 58 ] |
| 59 } | 59 } |
| 60 | 60 |
| OLD | NEW |