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 | |
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')
3 files changed, 0 insertions, 24 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** -=============================================== diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index a732384..b8162ab 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2386,11 +2386,6 @@ BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = BUG10473 LINUX : LayoutTests/fast/forms/searchfield-heights.html = FAIL BUG10473 LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL -// Changed in http://trac.webkit.org/changeset/42082 -// TODO(YUTAK): uncomment BUG20570 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT -// TODO(YUTAK): uncomment BUG20570 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT -BUG20570 : LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = PASS TIMEOUT - // This test isn't just slow -- sometimes it times out indefinitely. BUG27569 MAC WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS BUG27569 LINUX MAC WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS @@ -3069,9 +3064,6 @@ BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom1-exception.html = TEX BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom3-exception.html = TEXT BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom8-exception.html = TEXT BUGYUTAK : LayoutTests/fast/forms/get-forms-to-about-blank.html = FAIL -// TODO(YUTAK): Uncomment previous timeout expectations (above) for the following 2 layout tests. -BUGYUTAK WIN LINUX : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = FAIL -BUGYUTAK WIN LINUX : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = FAIL BUG28034 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html = PASS FAIL BUG28040 WIN LINUX : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL |