summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/944198.html
blob: 0da7bc54dda6b9f34ba04ba8c41d049ab1cfbab6 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body onload="c.removeAttribute('type'); c.removeAttribute('value');">
<input id="c" type="color">
</body>
</html>