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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ManualTests/cursor-max-size.html ('k') | ManualTests/empty-script-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/drag-with-div-or-image-as-data-image.html
diff --git a/ManualTests/drag-with-div-or-image-as-data-image.html b/ManualTests/drag-with-div-or-image-as-data-image.html
index 1d5a791aab3e55a2561b4aa9871971fbc175e1f7..203fa8431eb843f85ea04b7b44b7910b5c06cc1d 100644
--- a/ManualTests/drag-with-div-or-image-as-data-image.html
+++ b/ManualTests/drag-with-div-or-image-as-data-image.html
@@ -40,16 +40,16 @@
<br />
<br />
- <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>
+ <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>
« 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