summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/webdriver/element_state/res/option-without-value-attribute.html
blob: 5f6087ddde10fe7652535ad78a97fd89519f00a6 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Option without value attribute</title>

<select>
  <option>Value 1</option>
</select>