blob: 9210d81b77f4ac384839e4e3beffd2b316d85924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|