[Webkit-unassigned] [Bug 49656] [v8] fast/css/getFloatValueForUnit.html fails since http://trac.webkit.org/changeset/72189

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 09:19:09 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49656


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkent at chromium.org




--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2010-11-17 09:19:09 PST ---
Seems related to the bug 33193 patch by tkent at chromium.org, which explicitly cancels HasIndexGetter for WebKitCSSTransformValue (CodeGeneratorV8.pm). The code that manifests the issue is (element.style having "-webkit-transform: rotate(90deg)"):

element.style.getPropertyCSSValue("-webkit-transform")[0][0] returns "undefined", while Safari returns the property CSSPrimitiveValue instance on which you can invoke e.g. getFloatValue(CSSPrimitiveValue.CSS_RAD).

I believe tkent at chromium.org may have some insight in this regard.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list