Sign in
webkit
/
WebKit
/
9f9c15eb6fdc193d77c7e606d643d4b8ec49399b
/
.
/
LayoutTests
/
fast
/
parser
/
document-write-option.html
blob: 85e15b8b676fc2efccc9186fde0770ea1a822967 [
file
] [
log
] [
blame
]
<select>
<script>
document
.
write
(
'<option>This is a very long string so it makes the select bigger.'
);
</script>
</select>