diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 12:43:55 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 12:43:55 +0000 |
commit | 188ce3c499393865a3432186cedc4836d11ac2d2 (patch) | |
tree | 9bd98ab6ac4ef90ec67ecf8704d8247cd084b922 /webkit | |
parent | 91710604f0952447450883d22ebd47e267c67154 (diff) | |
download | chromium_src-188ce3c499393865a3432186cedc4836d11ac2d2.zip chromium_src-188ce3c499393865a3432186cedc4836d11ac2d2.tar.gz chromium_src-188ce3c499393865a3432186cedc4836d11ac2d2.tar.bz2 |
Moved two layout tests which will be fixed with the
next WebKit merge to a seperate section. They are fixed
by http://trac.webkit.org/changeset/36103/
Review URL: http://codereview.chromium.org/6343
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 4f37569e..9e7519e 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -899,6 +899,13 @@ V8 | KJS # LayoutTests/css3/keyframes-rule.html = FAIL # http://code.google.com/p/chromium/issues/detail?id=3229 V8 | KJS # LayoutTests/fast/reflections/reflection-masks.html = FAIL +# These two are fixed in WebKit r36103 http://trac.webkit.org/changeset/36103/. +# The WebKit only mentions svg/custom/invalid-fill-hex.svg but the changes to +# the CSS grammar also fixes editing/execCommand/16049.html. They should +# therefore be fixed with the next merge. +V8 | KJS # LayoutTests/editing/execCommand/16049.html = FAIL +V8 | KJS # LayoutTests/svg/custom/invalid-fill-hex.svg = FAIL + // ---------------------------------------------------------------------------- // NEW FOR THE MERGE // @@ -909,7 +916,6 @@ V8 | KJS # LayoutTests/fast/reflections/reflection-masks.html = FAIL V8 | KJS # LayoutTests/accessibility = FAIL V8 | KJS # LayoutTests/css3/transform-value-types.html = FAIL V8 | KJS # LayoutTests/dom/html/level2/html/HTMLFormElement10.html = FAIL | TIMEOUT -V8 | KJS # LayoutTests/editing/execCommand/16049.html = FAIL V8 | KJS # LayoutTests/editing/pasteboard/5780697-2.html = FAIL V8 | KJS # LayoutTests/editing/selection/5714333.html = FAIL V8 | KJS # LayoutTests/editing/selection/move-left-right.html = FAIL @@ -1217,7 +1223,6 @@ V8 | KJS # LayoutTests/svg/custom/group-opacity.svg = FAIL V8 | KJS # LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL V8 | KJS # LayoutTests/svg/custom/image-small-width-height.svg = FAIL V8 | KJS # LayoutTests/svg/custom/inline-svg-in-xhtml.xml = FAIL -V8 | KJS # LayoutTests/svg/custom/invalid-fill-hex.svg = FAIL V8 | KJS # LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = FAIL V8 | KJS # LayoutTests/svg/custom/js-late-marker-creation.svg = FAIL V8 | KJS # LayoutTests/svg/custom/js-update-bounce.svg = FAIL |