haikuwebkit/LayoutTests/fast/parser/document-write-option.html

6 lines
144 B
HTML

<select>
<script>
document.write('<option>This is a very long string so it makes the select bigger.');
</script>
</select>