diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 20:31:16 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 20:31:16 +0000 |
commit | 5dbbc64204111ec3645b4c3e534601770b02242f (patch) | |
tree | 6d5cf367d247766cfc931ae76787e98f465e3f41 /webkit/tools/layout_tests | |
parent | cc77a227813c7185bfbecf5744e50250bdd1e24c (diff) | |
download | chromium_src-5dbbc64204111ec3645b4c3e534601770b02242f.zip chromium_src-5dbbc64204111ec3645b4c3e534601770b02242f.tar.gz chromium_src-5dbbc64204111ec3645b4c3e534601770b02242f.tar.bz2 |
Reduce an error to a warning so as not to cause layout tests, which assert this
behavior, to fail.
R=brettw
BUG=18089
TEST=covered by layout tests
Review URL: http://codereview.chromium.org/160423
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index dac20f6..2587f84 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3079,11 +3079,3 @@ BUG17974 WIN LINUX: LayoutTests/fast/css/remove-shorthand.html = FAIL BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL BUG17974 WIN: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL - -// Regressions caused by Chromium r22067 -BUG18089 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xsl-document-redirect.xml = FAIL -BUG18089 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml = FAIL -BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html = FAIL -BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html = FAIL -BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync.html = FAIL -BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html = FAIL |