blob: 6d1dd199b41e59caf7126a5e40183a4d08651af8 (
plain)
1
2
3
4
5
6
7
|
<html xmlns="http://www.w3.org/1999/xhtml">
<select>
<script>document.documentElement.offsetHeight</script>
<option>Hello there</option>
<script>document.documentElement.offsetHeight</script>
</select>
</html>
|