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

Unified Diff: ManualTests/cursor-max-size.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/cur-hotspot.html ('k') | ManualTests/drag-with-div-or-image-as-data-image.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/cursor-max-size.html
diff --git a/ManualTests/cursor-max-size.html b/ManualTests/cursor-max-size.html
index a112a70c0ed791be42f8ced10a1e91f9685ac122..66ee152b238033710cc0749ced1e96b9aafc4ba0 100644
--- a/ManualTests/cursor-max-size.html
+++ b/ManualTests/cursor-max-size.html
@@ -1,25 +1,25 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
-<html>
-<head>
-<style>
-html, body
-{
- height: 100%; width: 100%; overflow: hidden; position: relative;
- cursor: url("resources/apple.jpg"), /* bigger than 128px x 128px */
- url("resources/helpCursor.tiff") -10 10, /* negative x in hotspot */
- url("resources/helpCursor.tiff") 10 -10, /* negative y in hotspot */
- url("resources/helpCursor.tiff") -10 -10, /* negative x and y in hotspot */
- url("resources/helpCursor.tiff") 20 10, /* x hotspot outside image (image is 16px x 16px) */
- url("resources/helpCursor.tiff") 10 20, /* y hotspot outside image (image is 16px x 16px) */
- url("resources/helpCursor.tiff") 20 20, /* both x and y hotspot outside image (image is 16px x 16px) */
- auto;
-}
-</style>
-</head>
-<body>
- <p>
- If there is a custom cursor, the test has failed. This tests that images larger than 128x128 cannot be used
- as cursors and that hotspots cannot be outside of the cursors bounds box.
- </p>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+<style>
+html, body
+{
+ height: 100%; width: 100%; overflow: hidden; position: relative;
+ cursor: url("resources/apple.jpg"), /* bigger than 128px x 128px */
+ url("resources/helpCursor.tiff") -10 10, /* negative x in hotspot */
+ url("resources/helpCursor.tiff") 10 -10, /* negative y in hotspot */
+ url("resources/helpCursor.tiff") -10 -10, /* negative x and y in hotspot */
+ url("resources/helpCursor.tiff") 20 10, /* x hotspot outside image (image is 16px x 16px) */
+ url("resources/helpCursor.tiff") 10 20, /* y hotspot outside image (image is 16px x 16px) */
+ url("resources/helpCursor.tiff") 20 20, /* both x and y hotspot outside image (image is 16px x 16px) */
+ auto;
+}
+</style>
+</head>
+<body>
+ <p>
+ If there is a custom cursor, the test has failed. This tests that images larger than 128x128 cannot be used
+ as cursors and that hotspots cannot be outside of the cursors bounds box.
+ </p>
+</body>
+</html>
« no previous file with comments | « ManualTests/cur-hotspot.html ('k') | ManualTests/drag-with-div-or-image-as-data-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698