summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/the-select-element/select-multiple-re-add-option-via-document-fragment-ref.html
blob: cb66ddaaaf369479e59f6092d04633a2dc2baf6c (plain)
1
2
3
4
<!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>