| OLD | NEW |
| 1 CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead. | |
| 2 This test verify dragging an image in the page keeps its attributes. To test man
ually, drag the image and drop it in the rect with a blue border. | 1 This test verify dragging an image in the page keeps its attributes. To test man
ually, drag the image and drop it in the rect with a blue border. |
| 3 | 2 |
| 4 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
". |
| 5 | 4 |
| 6 | 5 |
| 7 | 6 |
| 8 | 7 |
| 9 PASS target.getElementsByTagName("input").length is 1 | 8 PASS target.getElementsByTagName("input").length is 1 |
| 10 PASS target.getElementsByTagName("input")[0].attributes.length is 6 | 9 PASS target.getElementsByTagName("input")[0].attributes.length is 6 |
| 11 PASS target.getElementsByTagName("input")[0].id is "source" | 10 PASS target.getElementsByTagName("input")[0].id is "source" |
| 12 PASS target.getElementsByTagName("input")[0].type is "image" | 11 PASS target.getElementsByTagName("input")[0].type is "image" |
| 13 PASS target.getElementsByTagName("input")[0].draggable is true | 12 PASS target.getElementsByTagName("input")[0].draggable is true |
| 14 PASS target.getElementsByTagName("input")[0].attributes["itemprop"].value is "so
medata" | 13 PASS target.getElementsByTagName("input")[0].attributes["itemprop"].value is "so
medata" |
| 15 PASS target.getElementsByTagName("input")[0].attributes["arbitrary"].value is "g
reen" | 14 PASS target.getElementsByTagName("input")[0].attributes["arbitrary"].value is "g
reen" |
| 16 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 17 | 16 |
| 18 TEST COMPLETE | 17 TEST COMPLETE |
| 19 | 18 |
| OLD | NEW |