| OLD | NEW |
| 1 Calling ShadowRoot.cloneNode() should throw a NotSupportedError exception. | 1 Calling ShadowRoot.cloneNode() should throw a NotSupportedError exception. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS shadowRoot.cloneNode() threw exception NotSupportedError: Failed to execute
'cloneNode' on 'ShadowRoot': ShadowRoot nodes are not clonable.. | 6 PASS shadowRoot.cloneNode() threw exception NotSupportedError: Failed to execute
'cloneNode' on 'Node': ShadowRoot nodes are not clonable.. |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |