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