| 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 class='em-units'", | 10 "object": "LayoutBlockFlow DIV class='em-units'", |
| 11 "rect": [8, 8, 784, 147], | 11 "rect": [8, 8, 784, 147], |
| 12 "reason": "forced by layout" | 12 "reason": "geometry" |
| 13 } | 13 } |
| 14 ] | 14 ] |
| 15 } | 15 } |
| 16 ], | 16 ], |
| 17 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 18 { | 18 { |
| 19 "object": "LayoutBlockFlow DIV class='em-units'", | 19 "object": "LayoutBlockFlow DIV class='em-units'", |
| 20 "reason": "forced by layout" | 20 "reason": "geometry" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
| 24 "reason": "forced by layout" | 24 "reason": "geometry" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutBlockFlow DIV id='box3' class='box'", | 27 "object": "LayoutBlockFlow DIV id='box3' class='box'", |
| 28 "reason": "forced by layout" | 28 "reason": "geometry" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutText #text", | 31 "object": "LayoutText #text", |
| 32 "reason": "forced by layout" | 32 "reason": "geometry" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "InlineTextBox '\n'", | 35 "object": "InlineTextBox '\n'", |
| 36 "reason": "forced by layout" | 36 "reason": "geometry" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "object": "LayoutBlockFlow DIV id='box4' class='box'", | 39 "object": "LayoutBlockFlow DIV id='box4' class='box'", |
| 40 "reason": "style change" | 40 "reason": "style change" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "object": "LayoutBlockFlow DIV class='indicator'", | 43 "object": "LayoutBlockFlow DIV class='indicator'", |
| 44 "reason": "style change" | 44 "reason": "style change" |
| 45 } | 45 } |
| 46 ] | 46 ] |
| 47 } | 47 } |
| 48 | 48 |
| OLD | NEW |