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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
html
/
insert-selected-option-crash.html
blob
f394d2876662136172e72e3cffa0cc864265e455
1
<!DOCTYPE
html
>
2
<p>
You should see the word PASS below, and no crash.
</p>
3
<p
id
=
"p"
>
FAIL
</p>
4
<script>
5
p
.
offsetTop
;
6
p
.
innerHTML
=
" <form><select multiple><option selected></option></select><input max=1 min=1 type=number></form>"
;
7
p
.
innerHTML
=
"PASS"
;
8
</script>