summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-selected-value-slot.tentative.html
blob: c69a962c295673f15d6b1923d984341b9023ffd3 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="selectlist-selected-value-slot-ref.html">

<selectlist>
  <div slot=selected-value>new selected value</div>
  <option>hello world</option>
</selectlist>