Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-errormessage.html |
| diff --git a/content/test/data/accessibility/aria/aria-errormessage.html b/content/test/data/accessibility/aria/aria-errormessage.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f290215f69dae4266a1359a9f6f967c3c22bc6a4 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-errormessage.html |
| @@ -0,0 +1,13 @@ |
| +<!-- |
| +@BLINK-ALLOW:error* |
| +@WIN-ALLOW:n_relations* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <div> |
| + <input aria-invalid="true" aria-errormessage="error"> |
| + </div> |
| + <p id="error">Error</p> |
| + </body> |
| +</html> |