summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-write-option.html
blob: 85e15b8b676fc2efccc9186fde0770ea1a822967 (plain)
1
2
3
4
5
<select>
    <script>
        document.write('<option>This is a very long string so it makes the select bigger.');
    </script>				 
</select>