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

<select>
  <option value="value1">Value 1</option>
</select>