summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-option-label-rendering.tentative.html
blob: c719ee0e070166d9a669c2abd8ee082a12d615f6 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="selectlist-option-label-rendering-ref.html">
<link rel=assert title="option elements should not render their label attributes when used in selectlist.">

<selectlist>
  <option label=label>textcontent</option>
</selectlist>