Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / drag-and-drop-inputimage-contenteditable-expected.txt
blobf72ae53e37ea98c9c981d94858939ff2ad9c9193
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.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
17 TEST COMPLETE