Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
fast
/
forms
/
option-script.html
blob: 8e19879840c7810d06d0f3d2af9b8ae089e9bdc8 [
file
] [
log
] [
blame
]
<html>
<body>
TEST PASSED: If the popup menu only says "Text".
<br>
TEST FAILED: If the popup menu says "document.write('Text')".
<br>
<select>
<option>
<script>
document
.
write
(
'Text'
)
</script>
</select>
</button>