Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
replaced-elements
/
the-select-element
/
select-multiple-re-add-option-via-document-fragment-ref.html
blob: cb66ddaaaf369479e59f6092d04633a2dc2baf6c [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
Reference: Move option from select[multiple] into DocumentFragment and back
</title>
<p>
You should see the word PASS below.
</p>
<select
multiple
><option>
PASS
</option></select>