1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-05 14:48:55 +00:00
Files
UXP/layout/forms/crashtests/944198.html
T

10 lines
176 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body onload="c.removeAttribute('type'); c.removeAttribute('value');">
<input id="c" type="color">
</body>
</html>