summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-font-size-ref.tentative.html
blob: 46d6dbdb9b2c740dfe1dd3ef5a8e44a766cbd786 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script src="support/fake-selectlist.js"></script>
<body>
<script>
  const selectlist = createFakeSelectlist('option');
  document.body.appendChild(selectlist);
  selectlist.style.fontSize = "48px";
</script>