Source code
Revision control
Copy as Markdown
Other Tools
<select>
<script>document.documentElement.offsetHeight</script>
<option>Hello there</option>
<script>document.documentElement.offsetHeight</script>
</select>
</html>