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

<selectlist>
  <div slot=marker>marker</div>
  <option>hello world</option>
</selectlist>