diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-29 18:45:11 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-29 18:45:11 +0000 |
commit | 022d781a2cc19279a89e3f32ade891ba133e6077 (patch) | |
tree | d96c73e8c237066dc88d3daeed209e1fbcda03ac /chrome/test/data/iframe404-inner.html | |
parent | 922e38964eba7f23f2f5f5e5ce3b547f2940bdf3 (diff) | |
download | chromium_src-022d781a2cc19279a89e3f32ade891ba133e6077.zip chromium_src-022d781a2cc19279a89e3f32ade891ba133e6077.tar.gz chromium_src-022d781a2cc19279a89e3f32ade891ba133e6077.tar.bz2 |
Disable alternate error pages on frames and iframes. This is
a request from the link doctor team.
Add a UI test that verifies that no link doctor page is loaded.
Review URL: http://codereview.chromium.org/5032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/iframe404-inner.html')
-rw-r--r-- | chrome/test/data/iframe404-inner.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/data/iframe404-inner.html b/chrome/test/data/iframe404-inner.html new file mode 100644 index 0000000..c992efc0 --- /dev/null +++ b/chrome/test/data/iframe404-inner.html @@ -0,0 +1 @@ +<script>window.parent.document.title="SUCCESS"</script> |