Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Basic User Interface Test: cursor on a color picker</title>
<link rel="author" title="Daniel Obieglo" href="mailto:d.obieglo@gmail.com">
<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>