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("img").length is 1 | 8 PASS target.getElementsByTagName("img").length is 1 |
10 PASS target.getElementsByTagName("img")[0].attributes.length is 5 | 9 PASS target.getElementsByTagName("img")[0].attributes.length is 5 |
11 PASS target.getElementsByTagName("img")[0].id is "source" | 10 PASS target.getElementsByTagName("img")[0].id is "source" |
12 PASS target.getElementsByTagName("img")[0].alt is "alt-text" | 11 PASS target.getElementsByTagName("img")[0].alt is "alt-text" |
13 PASS target.getElementsByTagName("img")[0].attributes["itemprop"].value is "some
data" | 12 PASS target.getElementsByTagName("img")[0].attributes["itemprop"].value is "some
data" |
14 PASS target.getElementsByTagName("img")[0].attributes["arbitrary"].value is "gre
en" | 13 PASS target.getElementsByTagName("img")[0].attributes["arbitrary"].value is "gre
en" |
15 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
16 | 15 |
17 TEST COMPLETE | 16 TEST COMPLETE |
18 | 17 |
OLD | NEW |