haikuwebkit/LayoutTests/fast/forms/option-script.html

10 lines
213 B
HTML

<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>