diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 40d9825..ee32f6ba 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -897,11 +897,6 @@ V8 | KJS # LayoutTests/fast/events/mouseup-from-button2.html = FAIL # http://code.google.com/p/chromium/issues/detail?id=3008 V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL -# These tests display "RenderPartObject" instead of "RenderImage". -# http://code.google.com/p/chromium/issues/detail?id=3009 -V8 | KJS # LayoutTests/fast/images/embed-image.html = FAIL -V8 | KJS # LayoutTests/fast/images/object-image.html = FAIL - # Many of the failures here are because V8 stringifies objects differently than # JSC. However, the missing position and totalSize properties seems genuine. V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 39547a8..d5eb23b 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -146,6 +146,10 @@ KJS | V8 # LayoutTests/http/tests/incremental/slow-utf8-css.pl = FAIL // This test relies on the x-mac-cyrillic encoding which we don't ship. V8 # LayoutTests/fast/encoding/frame-default-enc.html = FAIL +// These tests expect a tiff decoder, which we don't have. +KJS | V8 # LayoutTests/fast/images/embed-image.html = FAIL +KJS | V8 # LayoutTests/fast/images/object-image.html = FAIL + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- |