Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
LayoutTests
/
fast
/
forms
/
option-script.html
blob: 9210d81b77f4ac384839e4e3beffd2b316d85924 [
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>