cursor-input-001-manual.html (523B)
1 <!DOCTYPE html> 2 <title>CSS Basic User Interface Test: cursor on a color picker</title> 3 <link rel="author" title="Daniel Obieglo" href="mailto:d.obieglo@gmail.com"> 4 <link rel="help" href="http://www.w3.org/TR/css3-ui/#cursor"> 5 <meta name="flags" content="interact"> 6 <meta charset="UTF-8"> 7 <meta name="assert" content="The cursor should not change on a hover over a input color type"> 8 <body> 9 <p>The test passes if, when moved over the color picker, the cursor stays unchanged as pointer.</p> 10 <input type="color"> 11 </body>