diff options
author | nasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 18:13:52 +0000 |
---|---|---|
committer | nasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 18:13:52 +0000 |
commit | ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0 (patch) | |
tree | dab6a5214349ad1cb0e35b33f61c1c1c64e08e63 /content/test/data/english_page.html | |
parent | 14bd3c62945e81490a6689c83a3db514d07e3b2d (diff) | |
download | chromium_src-ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0.zip chromium_src-ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0.tar.gz chromium_src-ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0.tar.bz2 |
Fixing a problem, where a hung renderer process is not killed when navigating away
BUG=104346
TEST=Steps to reproduce listed in the bug.
Review URL: http://codereview.chromium.org/10008015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/data/english_page.html')
-rw-r--r-- | content/test/data/english_page.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/test/data/english_page.html b/content/test/data/english_page.html new file mode 100644 index 0000000..30b0d42 --- /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> |