diff options
author | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 13:21:01 +0000 |
---|---|---|
committer | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 13:21:01 +0000 |
commit | f07bca5b714db813db693434fb63ad08aa8e3efe (patch) | |
tree | b74c6f5121b5fd4133c10e4baad527492f352bd7 /webkit/tools | |
parent | dd8322d204cd5888d7dbf12301aa598da32b9e0c (diff) | |
download | chromium_src-f07bca5b714db813db693434fb63ad08aa8e3efe.zip chromium_src-f07bca5b714db813db693434fb63ad08aa8e3efe.tar.gz chromium_src-f07bca5b714db813db693434fb63ad08aa8e3efe.tar.bz2 |
Generate V8WebKitCSSKeyframe(s)Rule and fix CSSRuleToV8Object to
return the correct object type.
This fixes most of the css3/keyframes-rule.html layout test. The
remaining issue is that the CSSParser cannot handle the
webkit-keyframe-rule passed to it. Picking up a new CSSParser from
webkit on the next merge should fix the remaining issue.
Review URL: http://codereview.chromium.org/6535
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 32fabbe5..052d1bd 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -896,6 +896,10 @@ V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL # JSC. However, the missing position and totalSize properties seems genuine. V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS +# This fails because the CSSParser cannot handle the keyframe rule. +# Picking up a new parser from webkit should fix the rest. +V8 | KJS # LayoutTests/css3/keyframes-rule.html = FAIL + // ---------------------------------------------------------------------------- // NEW FOR THE MERGE // @@ -904,7 +908,6 @@ V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS // ---------------------------------------------------------------------------- V8 | KJS # LayoutTests/accessibility = FAIL -V8 | KJS # LayoutTests/css3/keyframes-rule.html = 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 |