Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: LayoutTests/fast/events/drag-image-filename.html

Issue 7054067: Merge 87848 - 2011-06-01 Daniel Cheng <dcheng@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/events/drag-image-filename-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 function runTest() { 5 function runTest() {
6 if (window.layoutTestController) { 6 if (window.layoutTestController) {
7 layoutTestController.dumpAsText(); 7 layoutTestController.dumpAsText();
8 layoutTestController.waitUntilDone(); 8 layoutTestController.waitUntilDone();
9 } else 9 } else
10 return; 10 return;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 <body onload="runTest()"> 45 <body onload="runTest()">
46 46
47 <p>This test requires DumpRenderTree. To test manually, drag the image to the de sktop. It should receive the name "onload-image.png". 47 <p>This test requires DumpRenderTree. To test manually, drag the image to the de sktop. It should receive the name "onload-image.png".
48 48
49 <div id="target" ondragenter="dragEnterOrOver(event)" ondragover="dragEnterOrOve r(event)" ondrop="drop(event)"></div> 49 <div id="target" ondragenter="dragEnterOrOver(event)" ondragover="dragEnterOrOve r(event)" ondrop="drop(event)"></div>
50 <img id="source" src="resources/onload-image.png" alt="Does it work?"> 50 <img id="source" src="resources/onload-image.png" alt="Does it work?">
51 51
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/drag-image-filename-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698