[Webkit-unassigned] [Bug 81859] Chromium: Should enable -webkit-image-set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 17:19:55 PDT 2012


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


Robert Flack <flackr at chromium.org> changed:

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




--- Comment #13 from Robert Flack <flackr at chromium.org>  2012-04-12 17:19:53 PST ---
(In reply to comment #12)
> (From update of attachment 136979 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=136979&action=review
> 
> > LayoutTests/platform/chromium/fast/css/image-set-parsing-expected.txt:58
> > +FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
> > +FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
> 
> Why do we fail these subtests?

It seems we do this for all the chromium tests which use toString to verify the class prototype and constructor since chromium always returns Object and Function for these respectively. For example for the prototype:  
egrep --exclude-dir=".svn" -r "jsWrapperClass\(.*.__proto__\) should be [A-Za-z]*\. Was Object\." . |wc -l
155

-- 
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