diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 06:59:11 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 06:59:11 +0000 |
commit | dd94595a71d231936ee56a00a750ae1a933975c0 (patch) | |
tree | 2c02d34b158f1273c60fc85888f256877ed6e2fa /webkit/data | |
parent | eac8d27669d21f58ee970ab33f24a06bc2859990 (diff) | |
download | chromium_src-dd94595a71d231936ee56a00a750ae1a933975c0.zip chromium_src-dd94595a71d231936ee56a00a750ae1a933975c0.tar.gz chromium_src-dd94595a71d231936ee56a00a750ae1a933975c0.tar.bz2 |
[LTTF] Remove three layout tests from test expectations.
These tests were modified in WebKit r51070 so that they don't rely on behavior of submitting a form to <about:blank> URL. Now outputs of these tests should be same as WebKit's baselines.
BUG=20570
TEST=none
Review URL: http://codereview.chromium.org/400030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
2 files changed, 0 insertions, 16 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/onload-navigation-iframe-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/onload-navigation-iframe-expected.txt deleted file mode 100644 index 8504282..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/onload-navigation-iframe-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ -In this case, Safari and Firefox don't add a history item. - - -============== Back Forward List ============== -curr-> http://127.0.0.1:8000/navigation/onload-navigation-iframe.html **nav target** - about:blank (in frame "myFrame") -=============================================== diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout-expected.txt deleted file mode 100644 index 6c16143..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout-expected.txt +++ /dev/null @@ -1,9 +0,0 @@ -In this case, Safari and Firefox adds a history item but IE doesn't. - - -============== Back Forward List ============== - http://127.0.0.1:8000/navigation/onload-navigation-iframe-timeout.html **nav target** - about:blank (in frame "myFrame") -curr-> http://127.0.0.1:8000/navigation/onload-navigation-iframe-timeout.html - about:blank (in frame "myFrame") **nav target** -=============================================== |