From 1cfd24a00abbccb9cb979e55dc695a967698a935 Mon Sep 17 00:00:00 2001 From: "patrick@chromium.org" <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 6 Mar 2009 00:34:20 +0000 Subject: Fix layout test pending/security/block-test.html. Some output was missing due to calling finishTesting too early. Review URL: http://codereview.chromium.org/40196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11062 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/data/layout_tests/pending/security/block-test.html | 1 - webkit/tools/layout_tests/test_lists/tests_fixable.txt | 1 - 2 files changed, 2 deletions(-) (limited to 'webkit') diff --git a/webkit/data/layout_tests/pending/security/block-test.html b/webkit/data/layout_tests/pending/security/block-test.html index e9c9f85..edc1483 100644 --- a/webkit/data/layout_tests/pending/security/block-test.html +++ b/webkit/data/layout_tests/pending/security/block-test.html @@ -29,7 +29,6 @@ testIMG.setAttribute("onError", "ftp21Test();"); var newURL = "ftp://" + baseURL + "/test.jpg"; testIMG.src = newURL; - finishTesting(); } function ftp21Test() { diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 1ebcf3c..fc4e769 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -982,7 +982,6 @@ DEFER LINUX WIN : LayoutTests/fast/layers/opacity-transforms.html = FAIL DEFER : LayoutTests/plugins/netscape-construct.html = FAIL // MERGE 37604:38097 REGRESSIONS -pending/security/block-test.html = CRASH FAIL // New test. We should fix it, but it doesn't need to block the current release DEFER : LayoutTests/http/tests/security/originHeader/origin-header-for-empty.html = FAIL TIMEOUT PASS -- cgit v1.1