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

Side by Side Diff: ManualTests/drag-with-div-or-image-as-data-image.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « ManualTests/cursor-max-size.html ('k') | ManualTests/empty-script-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test for WebKit bug 24735: Poor setDragImage support on Windows</ title> 3 <title>Test for WebKit bug 24735: Poor setDragImage support on Windows</ title>
4 <style type="text/css"> 4 <style type="text/css">
5 5
6 .draggable { 6 .draggable {
7 -webkit-user-drag: element; 7 -webkit-user-drag: element;
8 -webkit-user-select: none; 8 -webkit-user-select: none;
9 } 9 }
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <img src="resources/webkit-background.png" class="draggable" ondragstart ="dragImageAndSeeDivDragged()" /> 46 <img src="resources/webkit-background.png" class="draggable" ondragstart ="dragImageAndSeeDivDragged()" />
47 <br /> 47 <br />
48 <br /> 48 <br />
49 <img src="resources/drag-image.png" id="imgToUseAsImage" /> 49 <img src="resources/drag-image.png" id="imgToUseAsImage" />
50 <br /> 50 <br />
51 <br /> 51 <br />
52 <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> 52 <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>
53 53
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « ManualTests/cursor-max-size.html ('k') | ManualTests/empty-script-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698