repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
option-script.html
blob
9210d81b77f4ac384839e4e3beffd2b316d85924
1
<html>
2
<body>
3
TEST PASSED: If the popup menu only says
"Text"
.
4
<br>
5
TEST FAILED: If the popup menu says
"document.write('Text')"
.
6
<br>
7
<select>
8
<option>
9
<script>
document
.
write
(
'Text'
)
</script>
10
</select>
11
</button>