diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 00:51:18 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 00:51:18 +0000 |
commit | 9e7a2378237e231b395c1faddd19fb349b8e8a23 (patch) | |
tree | 09ce56db5c585a1202c4d02b99d598e0c369e652 /webkit | |
parent | 50cecbecc9a61ade39023e6bd8c2b8a7b1a6913e (diff) | |
download | chromium_src-9e7a2378237e231b395c1faddd19fb349b8e8a23.zip chromium_src-9e7a2378237e231b395c1faddd19fb349b8e8a23.tar.gz chromium_src-9e7a2378237e231b395c1faddd19fb349b8e8a23.tar.bz2 |
Marks fast/encoding/idn-security.html as WONTFIX.
Our IDN security model is different from WebKit/mac, and the test is
not for WebCore or JavaScriptCore. So we don't need to run it.
BUG=21814
TEST=none
Review URL: http://codereview.chromium.org/243075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index a9fde97..c366d98 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -366,6 +366,11 @@ WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL +// This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or +// WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN +// security model is different from it. +BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- @@ -516,9 +521,6 @@ BUG20566 : LayoutTests/fast/invalid/residual-style.html = FAIL // Tests requiring features not currently in test_shell. // ----------------------------------------------------------------- -// requires support for layoutTestController.encodeHostName() -BUG21814 : LayoutTests/fast/encoding/idn-security.html = FAIL - // These layout tests to see if link colors change after visiting a page. They // does this by using layoutTestController.keepWebHistory() to turn on a // temporary web history. layoutTestController.keepWebHistory() is not |