| OLD | NEW |
| 1 | 1 |
| 2 === Get the Document === | 2 === Get the Document === |
| 3 | 3 |
| 4 PASS | 4 PASS |
| 5 | 5 |
| 6 === Enable the LayerTree agent === | 6 === Enable the LayerTree agent === |
| 7 | 7 |
| 8 | 8 |
| 9 [ | 9 [ |
| 10 { | 10 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "height": 50, | 55 "height": 50, |
| 56 "paintCount": "number", | 56 "paintCount": "number", |
| 57 "nodeId": "number", | 57 "nodeId": "number", |
| 58 "parentLayerId": "string" | 58 "parentLayerId": "string" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "layerId": "string", | 61 "layerId": "string", |
| 62 "offsetX": 0, | 62 "offsetX": 0, |
| 63 "offsetY": 0, | 63 "offsetY": 0, |
| 64 "width": "number", | 64 "width": "number", |
| 65 "height": 60, | 65 "height": "number", |
| 66 "paintCount": "number", | 66 "paintCount": "number", |
| 67 "nodeId": "number", | 67 "nodeId": "number", |
| 68 "parentLayerId": "string" | 68 "parentLayerId": "string" |
| 69 } | 69 } |
| 70 ] | 70 ] |
| 71 | 71 |
| 72 === Message the page to add a new composited layer === | 72 === Message the page to add a new composited layer === |
| 73 | 73 |
| 74 | 74 |
| 75 [ | 75 [ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "nodeId": "number", | 143 "nodeId": "number", |
| 144 "parentLayerId": "string" | 144 "parentLayerId": "string" |
| 145 } | 145 } |
| 146 ] | 146 ] |
| 147 | 147 |
| 148 === Get attributes for the newly inserted node === | 148 === Get attributes for the newly inserted node === |
| 149 | 149 |
| 150 PASS | 150 PASS |
| 151 DONE! | 151 DONE! |
| 152 | 152 |
| OLD | NEW |