diff options
author | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 00:34:20 +0000 |
---|---|---|
committer | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 00:34:20 +0000 |
commit | 1cfd24a00abbccb9cb979e55dc695a967698a935 (patch) | |
tree | 180fe32b4455a3b2ca9ec53a90fa25a1b120dd33 /webkit/data/layout_tests | |
parent | a457ccae4c0f8a0840dd3a9120cf9802497411bf (diff) | |
download | chromium_src-1cfd24a00abbccb9cb979e55dc695a967698a935.zip chromium_src-1cfd24a00abbccb9cb979e55dc695a967698a935.tar.gz chromium_src-1cfd24a00abbccb9cb979e55dc695a967698a935.tar.bz2 |
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
Diffstat (limited to 'webkit/data/layout_tests')
-rw-r--r-- | webkit/data/layout_tests/pending/security/block-test.html | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |