Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-feed.html |
| diff --git a/content/test/data/accessibility/aria/aria-feed.html b/content/test/data/accessibility/aria/aria-feed.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..250782085f60bcec8e787819d673ceea7d99af81 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-feed.html |
| @@ -0,0 +1,15 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:xml-roles* |
| +@WIN-ALLOW:setsize* |
| +@WIN-ALLOW:posinset* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <div role="feed" aria-setsize=3> |
| + <div role="article" tabindex=0 aria-posinset=2>First</div> |
| + <div role="article" tabindex=0 aria-posinset=3>Second</div> |
| + </div> |
| +</body> |
| +</html> |