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..6a762828a8e6753bd75d2660e196191feb815c84 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-details.html |
| @@ -0,0 +1,12 @@ |
| +<!-- |
| +@BLINK-ALLOW:details* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <div> |
| + <input aria-details="details"> |
| + </div> |
| + <p id="details">Details</p> |
| + </body> |
| +</html> |