Skip to content

Commit a778a0c

Browse files
author
Luke Wright
committed
Move tests from Docs to Code.
Currently this is just a test file, with no logic or assertions. Currently thinking up a format for assertions and description.
1 parent b46a94e commit a778a0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Tests/WCAG2/412_01.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>412_01</title>
5+
</head>
6+
<body>
7+
<form>
8+
<select id="test">
9+
<option value="1">Option One</option>
10+
<option value="2">Option Two</option>
11+
<option value="3">Option Three</option>
12+
</select>
13+
</form>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)