| 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, 176, 100, 40], | 11 "rect": [8, 176, 100, 40], |
| 12 "reason": "forced by layout" | 12 "reason": "geometry" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutInline SPAN id='test'", | 15 "object": "LayoutInline SPAN id='test'", |
| 16 "rect": [5, 173, 95, 45], | 16 "rect": [5, 173, 95, 45], |
| 17 "reason": "forced by layout" | 17 "reason": "geometry" |
| 18 } | 18 } |
| 19 ] | 19 ] |
| 20 } | 20 } |
| 21 ], | 21 ], |
| 22 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 23 { | 23 { |
| 24 "object": "LayoutText #text", | 24 "object": "LayoutText #text", |
| 25 "reason": "layoutObject removal" | 25 "reason": "disappeared" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "object": "LayoutBlockFlow DIV", | 28 "object": "LayoutBlockFlow DIV", |
| 29 "reason": "forced by layout" | 29 "reason": "geometry" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "RootInlineBox", | 32 "object": "RootInlineBox", |
| 33 "reason": "forced by layout" | 33 "reason": "geometry" |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 "object": "Caret", | 36 "object": "Caret", |
| 37 "reason": "caret" | 37 "reason": "caret" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "LayoutInline SPAN id='test'", | 40 "object": "LayoutInline SPAN id='test'", |
| 41 "reason": "forced by layout" | 41 "reason": "geometry" |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "object": "InlineFlowBox", | 44 "object": "InlineFlowBox", |
| 45 "reason": "forced by layout" | 45 "reason": "geometry" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "InlineFlowBox", | 48 "object": "InlineFlowBox", |
| 49 "reason": "forced by layout" | 49 "reason": "geometry" |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "object": "LayoutText #text", | 52 "object": "LayoutText #text", |
| 53 "reason": "full" | 53 "reason": "full" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "object": "InlineTextBox 'Lorem ipsum'", | 56 "object": "InlineTextBox 'Lorem ipsum'", |
| 57 "reason": "full" | 57 "reason": "full" |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "object": "InlineTextBox ' '", | 60 "object": "InlineTextBox ' '", |
| 61 "reason": "full" | 61 "reason": "full" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "object": "InlineTextBox 'dolor\u00A0'", | 64 "object": "InlineTextBox 'dolor\u00A0'", |
| 65 "reason": "full" | 65 "reason": "full" |
| 66 } | 66 } |
| 67 ] | 67 ] |
| 68 } | 68 } |
| 69 | 69 |
| OLD | NEW |