Chromium Code Reviews| Index: content/test/data/accessibility/hr.html |
| diff --git a/content/test/data/accessibility/hr.html b/content/test/data/accessibility/hr.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ac3ba548861a95c2c84a32fc89b918fd14e4e880 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/hr.html |
| @@ -0,0 +1,10 @@ |
| +<!-- |
| +@WIN-DENY:name* |
| +--> |
| +<html> |
| +<body> |
| +Before |
| +<hr aria-label="Dividing line"> |
| +After |
| +</body> |
| +</html> |