Make sure all files that should be present are present.
This commit is contained in:
13
test/html/aria-role-list.html
Normal file
13
test/html/aria-role-list.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>List</title>
|
||||
</head>
|
||||
<body>
|
||||
<div role="list">
|
||||
<div role="listitem">dog</div>
|
||||
<div role="listitem">cat</div>
|
||||
<div role="listitem">sparrow</div>
|
||||
<div role="listitem">wolf!</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user