Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / drag-and-drop-image-contenteditable-expected.txt
blob6f086edccb8d8b150f941643d0aad4302fbea43c
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("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
16 TEST COMPLETE