diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 17:45:10 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 17:45:10 +0000 |
commit | 9e2f65a4250e757b6e3afb8b3b46ae24c2ab76d6 (patch) | |
tree | 8d53d75c9bfe110d457e0fb85d96060d0f9714b0 /chrome_frame/test/data | |
parent | bc01a196e4c809edaa5b42e166bfe65ffbac4647 (diff) | |
download | chromium_src-9e2f65a4250e757b6e3afb8b3b46ae24c2ab76d6.zip chromium_src-9e2f65a4250e757b6e3afb8b3b46ae24c2ab76d6.tar.gz chromium_src-9e2f65a4250e757b6e3afb8b3b46ae24c2ab76d6.tar.bz2 |
Fix the expectations for the ChromeFrame FullTabModeIE_BackForwardAnchor test to get it to work on IE6. It appears that on IE6
we don't receive the BeforeNavigate notifications for the anchor URLs.
Review URL: http://codereview.chromium.org/1568032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/data')
-rw-r--r-- | chrome_frame/test/data/anchor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/data/anchor.html b/chrome_frame/test/data/anchor.html index 2687982..7fde037 100644 --- a/chrome_frame/test/data/anchor.html +++ b/chrome_frame/test/data/anchor.html @@ -4,7 +4,7 @@ <TITLE> Chrome Frame Test </TITLE> </HEAD> <BODY> - Chrome trame in tab mode + Chrome frame in full tab mode Jump to different named sections here <a href="#a1">Jump to A1</a> |