summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-option-element/dynamic-content-change-rendering-ref.html
blob: 453bb70822f2d107705c999a8ae9282e4352bd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<body>

<select>
<option>foo</option>
</select>

<select multiple>
<option>bar</option>
</select>

</bod>
</html>