[Webkit-unassigned] [Bug 103506] Should pass @supports W3C tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 17:10:12 PST 2012


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


Pablo Flouret <pablof at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tabatkins at google.com




--- Comment #2 from Pablo Flouret <pablof at motorola.com>  2012-11-29 17:12:29 PST ---
For test 014 i see this in the spec:
supports_negation
  : NOT S* supports_condition_in_parens
  ;

(in fact it's S* all around, i think Tab changed a couple of those that weren't at some point.)

The other failing tests are 004, 021, 024, 031, 033. These are legitimate bugs, 004 is a tricky one with nesting, the rest are due to lack of error handling. I'll fix what i can.

The fails from the css3/supports.html in opera and firefox are related to whitespace between not/and/or and parens, or because the condition uses a -webkit prefixed property, so there's nothing serious there.

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