| Index: content/test/data/accessibility/html/action-verbs.html
|
| diff --git a/content/test/data/accessibility/html/action-verbs.html b/content/test/data/accessibility/html/action-verbs.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f84cb09018266f08577d0e97f429350dfaf350e3
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/html/action-verbs.html
|
| @@ -0,0 +1,22 @@
|
| +<!--
|
| +@BLINK-ALLOW:action*
|
| +-->
|
| +<!doctype html>
|
| +<html>
|
| +<head>
|
| + <title>Action verbs</title>
|
| +</head>
|
| +<body>
|
| + <div>Generic div</div>
|
| + <h1>Heading</h1>
|
| + <button>Button</button>
|
| + <a href="#">Link</a>
|
| + <input>
|
| + <input type=checkbox>
|
| + <input type=checkbox checked>
|
| + <input type=radio>
|
| + <div tabIndex=0 role="switch">ARIA Switch</div>
|
| + <select><option>Pop-up button</select>
|
| + <div onclick="alert('success');">Div with click handler</div>
|
| +</body>
|
| +</html>
|
|
|