chromium/third_party/blink/web_tests/external/wpt/html/semantics/forms/the-selectlist-element/selectlist-selected-value-slot.tentative.html

<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=match href="selectlist-selected-value-slot-ref.html">

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