| 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": "LayoutMultiColumnFlowThread (anonymous)", | 10 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [9, 9, 400, 100], | 11 "rect": [8, 8, 30, 40], |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutInline SPAN id='a'", | |
| 16 "rect": [234, 9, 300, 59], | |
| 17 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 21 "rect": [234, 15, 300, 50], | 16 "rect": [7, 28, 22, 20], |
| 22 "reason": "layoutObject insertion" | 17 "reason": "style change" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 26 "rect": [234, 15, 50, 50], | 21 "rect": [7, 8, 22, 20], |
| 27 "reason": "layoutObject removal" | 22 "reason": "forced by layout" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutRubyRun (anonymous)", |
| 26 "rect": [8, 28, 20, 20], |
| 27 "reason": "forced by layout" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [9, 9, 13, 59], | 31 "rect": [27, 33, 12, 10], |
| 32 "reason": "forced by layout" | 32 "reason": "style change" |
| 33 } | 33 } |
| 34 ] | 34 ] |
| 35 } | 35 } |
| 36 ], | 36 ], |
| 37 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 38 { | 38 { |
| 39 "object": "LayoutText #text", | 39 "object": "LayoutBlockFlow DIV", |
| 40 "reason": "layoutObject removal" | |
| 41 }, | |
| 42 { | |
| 43 "object": "LayoutMultiColumnFlowThread (anonymous)", | |
| 44 "reason": "forced by layout" | 40 "reason": "forced by layout" |
| 45 }, | 41 }, |
| 46 { | 42 { |
| 47 "object": "RootInlineBox", | 43 "object": "RootInlineBox", |
| 48 "reason": "forced by layout" | 44 "reason": "forced by layout" |
| 49 }, | 45 }, |
| 50 { | 46 { |
| 51 "object": "LayoutText #text", | 47 "object": "LayoutText #text", |
| 52 "reason": "forced by layout" | 48 "reason": "forced by layout" |
| 53 }, | 49 }, |
| 54 { | 50 { |
| 55 "object": "InlineTextBox '\u00A0'", | 51 "object": "InlineTextBox 'a'", |
| 56 "reason": "forced by layout" | 52 "reason": "forced by layout" |
| 57 }, | 53 }, |
| 58 { | 54 { |
| 59 "object": "LayoutBR BR", | 55 "object": "LayoutRubyRun (anonymous)", |
| 60 "reason": "forced by layout" | |
| 61 }, | |
| 62 { | |
| 63 "object": "InlineTextBox '\n'", | |
| 64 "reason": "forced by layout" | |
| 65 }, | |
| 66 { | |
| 67 "object": "LayoutInline SPAN id='a'", | |
| 68 "reason": "forced by layout" | |
| 69 }, | |
| 70 { | |
| 71 "object": "InlineFlowBox", | |
| 72 "reason": "forced by layout" | 56 "reason": "forced by layout" |
| 73 }, | 57 }, |
| 74 { | 58 { |
| 75 "object": "LayoutText #text", | 59 "object": "LayoutText #text", |
| 76 "reason": "layoutObject insertion" | 60 "reason": "style change" |
| 77 }, | 61 }, |
| 78 { | 62 { |
| 79 "object": "InlineTextBox 'XXXXXX'", | 63 "object": "InlineTextBox 'c'", |
| 80 "reason": "layoutObject insertion" | 64 "reason": "style change" |
| 65 }, |
| 66 { |
| 67 "object": "LayoutRubyBase (anonymous)", |
| 68 "reason": "style change" |
| 69 }, |
| 70 { |
| 71 "object": "RootInlineBox", |
| 72 "reason": "style change" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutText #text", |
| 76 "reason": "style change" |
| 77 }, |
| 78 { |
| 79 "object": "InlineTextBox 'b'", |
| 80 "reason": "style change" |
| 81 } | 81 } |
| 82 ] | 82 ] |
| 83 } | 83 } |
| 84 | 84 |
| OLD | NEW |