| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutMenuList SELECT id='popup'", |
| 13 "rect": [8, 76, 200, 30], |
| 14 "reason": "style change" |
| 15 }, |
| 16 { |
| 12 "object": "LayoutBlockFlow (anonymous)", | 17 "object": "LayoutBlockFlow (anonymous)", |
| 13 "rect": [9, 83, 198, 16], | 18 "rect": [9, 83, 198, 16], |
| 14 "reason": "invalidate paint rectangle" | 19 "reason": "invalidate paint rectangle" |
| 15 }, | 20 }, |
| 16 { | 21 { |
| 17 "object": "LayoutBlockFlow (anonymous)", | 22 "object": "LayoutBlockFlow (anonymous)", |
| 18 "rect": [16, 113, 184, 16], | 23 "rect": [16, 113, 184, 16], |
| 19 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
| 20 }, | 25 }, |
| 21 { | 26 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 42 }, | 47 }, |
| 43 { | 48 { |
| 44 "object": "InlineTextBox ''", | 49 "object": "InlineTextBox ''", |
| 45 "reason": "full" | 50 "reason": "full" |
| 46 }, | 51 }, |
| 47 { | 52 { |
| 48 "object": "RootInlineBox", | 53 "object": "RootInlineBox", |
| 49 "reason": "full" | 54 "reason": "full" |
| 50 }, | 55 }, |
| 51 { | 56 { |
| 57 "object": "LayoutMenuList SELECT id='popup'", |
| 58 "reason": "style change" |
| 59 }, |
| 60 { |
| 52 "object": "LayoutBlockFlow (anonymous)", | 61 "object": "LayoutBlockFlow (anonymous)", |
| 53 "reason": "invalidate paint rectangle" | 62 "reason": "invalidate paint rectangle" |
| 54 }, | 63 }, |
| 55 { | 64 { |
| 56 "object": "LayoutText (anonymous)", | 65 "object": "LayoutText (anonymous)", |
| 57 "reason": "full" | 66 "reason": "full" |
| 58 }, | 67 }, |
| 59 { | 68 { |
| 60 "object": "InlineTextBox 'SUCCESS'", | 69 "object": "InlineTextBox 'SUCCESS'", |
| 61 "reason": "full" | 70 "reason": "full" |
| 62 }, | 71 }, |
| 63 { | 72 { |
| 64 "object": "LayoutBlockFlow (anonymous)", | 73 "object": "LayoutBlockFlow (anonymous)", |
| 65 "reason": "invalidate paint rectangle" | 74 "reason": "invalidate paint rectangle" |
| 66 }, | 75 }, |
| 67 { | 76 { |
| 68 "object": "LayoutText #text", | 77 "object": "LayoutText #text", |
| 69 "reason": "full" | 78 "reason": "full" |
| 70 }, | 79 }, |
| 71 { | 80 { |
| 72 "object": "InlineTextBox 'SUCCESS'", | 81 "object": "InlineTextBox 'SUCCESS'", |
| 73 "reason": "full" | 82 "reason": "full" |
| 74 } | 83 } |
| 75 ] | 84 ] |
| 76 } | 85 } |
| 77 | 86 |
| OLD | NEW |