diff options
author | olehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 14:08:32 +0000 |
---|---|---|
committer | olehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 14:08:32 +0000 |
commit | dc7e4ec282dbf7a384c9ab47af0935c2b603efce (patch) | |
tree | cda3336b113a98b9b21af9086fb82e52bcb819f5 /webkit/tools | |
parent | fbd89fdd9835ddf985ef1f22d61ed90b299e6bbc (diff) | |
download | chromium_src-dc7e4ec282dbf7a384c9ab47af0935c2b603efce.zip chromium_src-dc7e4ec282dbf7a384c9ab47af0935c2b603efce.tar.gz chromium_src-dc7e4ec282dbf7a384c9ab47af0935c2b603efce.tar.bz2 |
Ignoring test for the BOM characters. We've decided to be compatible with
Firefox and IE here.
Review URL: http://codereview.chromium.org/14891
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 3 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index e053000..449deb4 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -543,9 +543,6 @@ SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL // Partially fixed in bleeding_edge: Now gives a StackOverflowException, // which isn't unreasonable when calling a method on a full stack. LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL -// V8 completely fails to parse the JS at all; suspect it's because of the -// Unicode BOM at the beginning of the file. -LayoutTests/fast/js/removing-Cf-characters.html = FAIL // Fixed in bleeding_edge@999. LayoutTests/fast/js/static-scope-object.html = FAIL // http://b/issue?id=1344252 diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 149fe9e..310a615 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -145,6 +145,12 @@ LayoutTests/fast/js/function-names.html = FAIL PASS LINUX WIN : LayoutTests/fast/images/embed-image.html = FAIL LINUX WIN : LayoutTests/fast/images/object-image.html = FAIL +// Safari has a unique handling of the BOM characters among browsers. +// There is a strong suspicion that this is a security problem, so we +// follow the rest of the browsers on this one. +LayoutTests/fast/js/removing-Cf-characters.html = FAIL + + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- |