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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 html, body 5 html, body
6 { 6 {
7 height: 100%; width: 100%; overflow: hidden; position: relative; 7 height: 100%; width: 100%; overflow: hidden; position: relative;
8 cursor: url("resources/apple.jpg"), /* bigger than 128px x 1 28px */ 8 cursor: url("resources/apple.jpg"), /* bigger than 128px x 1 28px */
9 url("resources/helpCursor.tiff") -10 10, /* negative x in hotspot */ 9 url("resources/helpCursor.tiff") -10 10, /* negative x in hotspot */
10 url("resources/helpCursor.tiff") 10 -10, /* negative y in hotspot */ 10 url("resources/helpCursor.tiff") 10 -10, /* negative y in hotspot */
11 url("resources/helpCursor.tiff") -10 -10, /* negative x and y in hotspot */ 11 url("resources/helpCursor.tiff") -10 -10, /* negative x and y in hotspot */
12 url("resources/helpCursor.tiff") 20 10, /* x hotspot outside ima ge (image is 16px x 16px) */ 12 url("resources/helpCursor.tiff") 20 10, /* x hotspot outside ima ge (image is 16px x 16px) */
13 url("resources/helpCursor.tiff") 10 20, /* y hotspot outside ima ge (image is 16px x 16px) */ 13 url("resources/helpCursor.tiff") 10 20, /* y hotspot outside ima ge (image is 16px x 16px) */
14 url("resources/helpCursor.tiff") 20 20, /* both x and y hotspot outside image (image is 16px x 16px) */ 14 url("resources/helpCursor.tiff") 20 20, /* both x and y hotspot outside image (image is 16px x 16px) */
15 auto; 15 auto;
16 } 16 }
17 </style> 17 </style>
18 </head> 18 </head>
19 <body> 19 <body>
20 <p> 20 <p>
21 If there is a custom cursor, the test has failed. This tests that images larger than 128x128 cannot be used 21 If there is a custom cursor, the test has failed. This tests that images larger than 128x128 cannot be used
22 as cursors and that hotspots cannot be outside of the cursors bounds box . 22 as cursors and that hotspots cannot be outside of the cursors bounds box .
23 </p> 23 </p>
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« 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