Chromium Code Reviews| Index: content/test/data/accessibility/div.html |
| diff --git a/content/test/data/accessibility/div.html b/content/test/data/accessibility/div.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..48305536b0e329683e397715f9e90e3f3ab14a0f |
| --- /dev/null |
| +++ b/content/test/data/accessibility/div.html |
| @@ -0,0 +1,5 @@ |
| +<html> |
| +<body> |
| +<div tabindex=0>Focusable div</div> |
| +</body> |
| +</html> |