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