summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-selectedoption-element-cloning.tentative.html
blob: 5d273c21bffb71372efd35469372878284fff742 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://github.com/openui/open-ui/issues/571">
<link rel=match href="selectlist-selectedoption-element-cloning-ref.html">

<selectlist>
  <button type=selectlist>
    <selectedoption></selectedoption>
  </button>
  <option><span style="color:red">red</span> one</option>
</selectlist>