Skip to content

Commit 2a1fdfa

Browse files
helvete003servo-wpt-sync
authored andcommitted
Default cursor should'nt be Text on input type color elements
Signed-off-by: helvete003 <d.obieglo@gmail.com>
1 parent 1b23e54 commit 2a1fdfa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>

0 commit comments

Comments
 (0)