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

<style>
selectlist::part(selected-value) {
  background-color: red;
}
</style>
<selectlist>
  <option>hello world</option>
</selectlist>