Chromium Code Reviews| Index: content/test/data/accessibility/p.html |
| diff --git a/content/test/data/accessibility/p.html b/content/test/data/accessibility/p.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..afda39e171b755748ac8dfd97b2edb3dde682878 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/p.html |
| @@ -0,0 +1,10 @@ |
| +<!-- |
| +@WIN-DENY:name* |
| +--> |
| +<html> |
| +<body> |
| +Before |
| +<p>Paragraph</p> |
| +After |
| +</body> |
| +</html> |