blob: 29484f1da22ad271a492239551c6a96fd33e4917 [file] [log] [blame]
<input type="color" value="#000000">
<script>
var input = document.querySelector('input');
input.offsetTop;
input.setAttribute('value', '#ff0000');
</script>