Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / ManualTests / drag-with-div-or-image-as-data-image.html
index 1d5a791..203fa84 100644 (file)
         <br />
         <br />
         
-        <div class="draggable" ondragstart="dragDivAndSeeImageDragged()"> Drag me, I am a div! (first div)</div>\r
-        <br />\r
-        <br />\r
-        <img src="resources/webkit-background.png" class="draggable" ondragstart="dragImageAndSeeDivDragged()" />\r
-        <br />\r
-        <br />\r
-        <img src="resources/drag-image.png" id="imgToUseAsImage" />\r
-        <br />\r
-        <br />\r
-        <div id="divToUseAsImage"> When a drag is started on the image, this is the div that is used as the drag image! (second div)</div>\r
+        <div class="draggable" ondragstart="dragDivAndSeeImageDragged()"> Drag me, I am a div! (first div)</div>
+        <br />
+        <br />
+        <img src="resources/webkit-background.png" class="draggable" ondragstart="dragImageAndSeeDivDragged()" />
+        <br />
+        <br />
+        <img src="resources/drag-image.png" id="imgToUseAsImage" />
+        <br />
+        <br />
+        <div id="divToUseAsImage"> When a drag is started on the image, this is the div that is used as the drag image! (second div)</div>
     
     </body>
 </html>