Chromium Code Reviews| Index: content/test/data/accessibility/blockquote.html |
| diff --git a/content/test/data/accessibility/blockquote.html b/content/test/data/accessibility/blockquote.html |
| deleted file mode 100644 |
| index c88074fc234e40ef1099b74a7983e7b5b0e9a392..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/blockquote.html |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| -<blockquote> |
| -<p>First blockquote has a child element.</p> |
| -</blockquote> |
| -<blockquote>Second blockquote has no child.</blockquote> |
| -</body> |
| -</html> |