[Webkit-unassigned] [Bug 72007] A test for css parser number types problem.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 00:15:56 PST 2011


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114637|review?                     |review-
               Flag|                            |




--- Comment #4 from Zoltan Herczeg <zherczeg at webkit.org>  2011-11-21 00:15:56 PST ---
(From update of attachment 114637)
View in context: https://bugs.webkit.org/attachment.cgi?id=114637&action=review

> LayoutTests/fast/css/parsing-css-number-types.html:13
> +#a { font-size: 16px; }
> +#b { font-size: 16\70\78; }
> +#c { font-size: 16\70x; }
> +#d { font-size: 16p\78; }
> +#e { font-size: 1em; }
> +#f { font-size: 1\65m; }
> +#g { font-size: 1\65\6D; }
> +#h { font-size: 1\65\6d; }
> +#i { font-size: 12pt }

Please add some uppercase / lowercase test here.
I.e: 12pT same as 12\70\54

Would be a good idea to add more number types (S, KhZ, gRaD). You can find them in tokenizer.flex grouped in one block (lines starting with {num}).

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