Chromium Code Reviews| Index: content/test/data/accessibility/html/id.html |
| diff --git a/content/test/data/accessibility/html/id.html b/content/test/data/accessibility/html/id.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..578f4bdd8ca0637a74be32a402874205b48b180a |
| --- /dev/null |
| +++ b/content/test/data/accessibility/html/id.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<!-- |
| +@MAC-ALLOW:AXDOMIdentifier* |
| +--> |
| +<html> |
| +<body> |
| + |
| +<p>No id</p> |
| +<p id="para2">Has id</p> |
| + |
| +</body> |
| +</html> |