| 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 HTML", |
| 11 "rect": [10, 102, 285, 400], |
| 12 "reason": "forced by layout" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutBlockFlow DIV id='to-be-changed'", | 15 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 11 "rect": [18, 130, 269, 40], | 16 "rect": [18, 130, 269, 40], |
| 12 "reason": "full" | 17 "reason": "full" |
| 13 }, | 18 }, |
| 14 { | 19 { |
| 15 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 16 "rect": [18, 130, 235, 39], | 21 "rect": [18, 130, 235, 39], |
| 17 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
| 18 }, | 23 }, |
| 19 { | 24 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 32 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 33 { | 38 { |
| 34 "object": "LayoutText #text", | 39 "object": "LayoutText #text", |
| 35 "reason": "layoutObject removal" | 40 "reason": "layoutObject removal" |
| 36 }, | 41 }, |
| 37 { | 42 { |
| 38 "object": "VerticalScrollbar", | 43 "object": "VerticalScrollbar", |
| 39 "reason": "scroll" | 44 "reason": "scroll" |
| 40 }, | 45 }, |
| 41 { | 46 { |
| 47 "object": "LayoutBlockFlow HTML", |
| 48 "reason": "forced by layout" |
| 49 }, |
| 50 { |
| 42 "object": "LayoutBlockFlow DIV id='to-be-changed'", | 51 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 43 "reason": "full" | 52 "reason": "full" |
| 44 }, | 53 }, |
| 45 { | 54 { |
| 46 "object": "RootInlineBox", | 55 "object": "RootInlineBox", |
| 47 "reason": "full" | 56 "reason": "full" |
| 48 }, | 57 }, |
| 49 { | 58 { |
| 50 "object": "LayoutText #text", | 59 "object": "LayoutText #text", |
| 51 "reason": "layoutObject insertion" | 60 "reason": "layoutObject insertion" |
| 52 }, | 61 }, |
| 53 { | 62 { |
| 54 "object": "InlineTextBox 'After change'", | 63 "object": "InlineTextBox 'After change'", |
| 55 "reason": "layoutObject insertion" | 64 "reason": "layoutObject insertion" |
| 56 } | 65 } |
| 57 ] | 66 ] |
| 58 } | 67 } |
| 59 | 68 |
| OLD | NEW |