chromium/third_party/blink/web_tests/fast/parser/document-write-option.html

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