Chromium Code Reviews| Index: content/test/data/accessibility/ins.html |
| diff --git a/content/test/data/accessibility/ins.html b/content/test/data/accessibility/ins.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..420111d507d537d2d7ab689f6c22378af9d3e603 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/ins.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<p>My favorite browser is <del>ABC</del> <ins>Chrome</ins>!</p> |
| + |
| +</body> |
| +</html> |