| <!DOCTYPE html> |
| <title>CSS Basic User Interface Test: cursor on a color picker</title> |
| <link rel="author" title="Daniel Obieglo" href="mailto:[email protected]"> |
| <link rel="help" href="http://www.w3.org/TR/css3-ui/#cursor"> |
| <meta name="flags" content="interact"> |
| <meta charset="UTF-8"> |
| <meta name="assert" content="The cursor should not change on a hover over a input color type"> |
| <body> |
| <p>The test passes if, when moved over the color picker, the cursor stays unchanged as pointer.</p> |
| <input type="color"> |
| </body> |