Chromium Code Reviews| Index: content/test/data/accessibility/i.html |
| diff --git a/content/test/data/accessibility/i.html b/content/test/data/accessibility/i.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..86bf0bd6e898bb4960ce484f457d4a6bac39a5e9 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/i.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<p>This is to check <i>italic property</i> using i tag.</p> |
| + |
| +</body> |
| +</html> |