| 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, 166, 100, 36], | 11 "rect": [8, 166, 100, 36], |
| 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, 163, 98, 41], | 16 "rect": [5, 163, 98, 41], |
| 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, 166, 92, 35], | 21 "rect": [8, 166, 92, 35], |
| 22 "reason": "full" | 22 "reason": "full" |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [45, 183, 3, 19], | |
| 27 "reason": "invalidate paint rectangle" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutText #text", | |
| 31 "rect": [45, 183, 3, 19], | |
| 32 "reason": "invalidate paint rectangle" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [45, 183, 3, 19], | |
| 37 "reason": "invalidate paint rectangle" | |
| 38 } | 23 } |
| 39 ] | 24 ] |
| 40 } | 25 } |
| 41 ], | 26 ], |
| 42 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 43 { | 28 { |
| 44 "object": "LayoutText #text", | 29 "object": "LayoutText #text", |
| 45 "reason": "layoutObject removal" | 30 "reason": "layoutObject removal" |
| 46 }, | 31 }, |
| 47 { | 32 { |
| 48 "object": "Caret", | |
| 49 "reason": "invalidate paint rectangle" | |
| 50 }, | |
| 51 { | |
| 52 "object": "LayoutBlockFlow DIV", | 33 "object": "LayoutBlockFlow DIV", |
| 53 "reason": "forced by layout" | 34 "reason": "forced by layout" |
| 54 }, | 35 }, |
| 55 { | 36 { |
| 56 "object": "RootInlineBox", | 37 "object": "RootInlineBox", |
| 57 "reason": "forced by layout" | 38 "reason": "forced by layout" |
| 58 }, | 39 }, |
| 59 { | 40 { |
| 60 "object": "Caret", | 41 "object": "Caret", |
| 61 "reason": "invalidate paint rectangle" | 42 "reason": "caret" |
| 62 }, | |
| 63 { | |
| 64 "object": "Caret", | |
| 65 "reason": "invalidate paint rectangle" | |
| 66 }, | 43 }, |
| 67 { | 44 { |
| 68 "object": "LayoutInline SPAN id='test'", | 45 "object": "LayoutInline SPAN id='test'", |
| 69 "reason": "forced by layout" | 46 "reason": "forced by layout" |
| 70 }, | 47 }, |
| 71 { | 48 { |
| 72 "object": "InlineFlowBox", | 49 "object": "InlineFlowBox", |
| 73 "reason": "forced by layout" | 50 "reason": "forced by layout" |
| 74 }, | 51 }, |
| 75 { | 52 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 88 "object": "InlineTextBox ' '", | 65 "object": "InlineTextBox ' '", |
| 89 "reason": "full" | 66 "reason": "full" |
| 90 }, | 67 }, |
| 91 { | 68 { |
| 92 "object": "InlineTextBox 'dolor\u00A0'", | 69 "object": "InlineTextBox 'dolor\u00A0'", |
| 93 "reason": "full" | 70 "reason": "full" |
| 94 } | 71 } |
| 95 ] | 72 ] |
| 96 } | 73 } |
| 97 | 74 |
| OLD | NEW |