| OLD | NEW |
| 1 { | 1 { |
| 2 "objectPaintInvalidations": [ | 2 "objectPaintInvalidations": [ |
| 3 { | 3 { |
| 4 "object": "LayoutBlockFlow BODY", | 4 "object": "LayoutBlockFlow BODY", |
| 5 "reason": "forced by layout" | 5 "reason": "forced by layout" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "object": "RootInlineBox", | 8 "object": "RootInlineBox", |
| 9 "reason": "forced by layout" | 9 "reason": "forced by layout" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "object": "LayoutEmbeddedObject OBJECT", | 12 "object": "LayoutEmbeddedObject OBJECT", |
| 13 "reason": "style change" | 13 "reason": "style change" |
| 14 }, |
| 15 { |
| 16 "object": "HorizontalScrollbar", |
| 17 "reason": "scroll" |
| 18 }, |
| 19 { |
| 20 "object": "VerticalScrollbar", |
| 21 "reason": "scroll" |
| 22 }, |
| 23 { |
| 24 "object": "LayoutView #document", |
| 25 "reason": "bounds change" |
| 26 }, |
| 27 { |
| 28 "object": "LayoutBlockFlow HTML", |
| 29 "reason": "bounds change" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBlockFlow BODY", |
| 33 "reason": "forced by layout" |
| 34 }, |
| 35 { |
| 36 "object": "RootInlineBox", |
| 37 "reason": "forced by layout" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutEmbeddedObject OBJECT", |
| 41 "reason": "forced by layout" |
| 42 }, |
| 43 { |
| 44 "object": "LayoutText #text", |
| 45 "reason": "none" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutView #document", |
| 49 "reason": "scroll" |
| 50 }, |
| 51 { |
| 52 "object": "LayoutView #document", |
| 53 "reason": "scroll" |
| 54 }, |
| 55 { |
| 56 "object": "LayoutView #document", |
| 57 "reason": "bounds change" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutSVGRoot svg", |
| 61 "reason": "bounds change" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutSVGRect rect", |
| 65 "reason": "bounds change" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutSVGRect rect", |
| 69 "reason": "bounds change" |
| 14 } | 70 } |
| 15 ] | 71 ] |
| 16 } | 72 } |
| 17 | 73 |
| OLD | NEW |