Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / drag-and-drop-image-contenteditable-expected.txt
1 This test verify dragging an image in the page keeps its attributes. To test manually, drag the image and drop it in the rect with a blue border.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6
7
8 PASS target.getElementsByTagName("img").length is 1
9 PASS target.getElementsByTagName("img")[0].attributes.length is 5
10 PASS target.getElementsByTagName("img")[0].id is "source"
11 PASS target.getElementsByTagName("img")[0].alt is "alt-text"
12 PASS target.getElementsByTagName("img")[0].attributes["itemprop"].value is "somedata"
13 PASS target.getElementsByTagName("img")[0].attributes["arbitrary"].value is "green"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17