Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / drag-and-drop-inputimage-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("input").length is 1
9 PASS target.getElementsByTagName("input")[0].attributes.length is 6
10 PASS target.getElementsByTagName("input")[0].id is "source"
11 PASS target.getElementsByTagName("input")[0].type is "image"
12 PASS target.getElementsByTagName("input")[0].draggable is true
13 PASS target.getElementsByTagName("input")[0].attributes["itemprop"].value is "somedata"
14 PASS target.getElementsByTagName("input")[0].attributes["arbitrary"].value is "green"
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18