summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-default-button-slot.tentative.html
blob: d8688d5957d211d2b475a20579038455b7d90d18 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://github.com/openui/open-ui/issues/702">
<link rel=match href="selectlist-default-button-slot-ref.html">
<meta rel=assert title="Child nodes of selectlist should be slotted into the button slot by default">

<selectlist>
 <div>first child</div>
 <div>second child</div>
</selectlist>