Chromium Code Reviews| Index: content/test/data/english_page.html |
| diff --git a/content/test/data/english_page.html b/content/test/data/english_page.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..30b0d42a6e62e5703d601426a861f9f1daedb6c6 |
| --- /dev/null |
| +++ b/content/test/data/english_page.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
| +<head><title>This page is in English</title></head> |
| +<body> |
| +No joke! This is a page written in English. Awesome don't you think? |
| +It has to be more than 100 bytes long for the CLD to detect the language correctly. |
| +</body> |
| +</html> |