[Webkit-unassigned] [Bug 105126] Flexbox should ignore firstLetter pseudo element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 12:59:07 PST 2013


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





--- Comment #8 from Tony Chang <tony at chromium.org>  2013-02-15 13:01:25 PST ---
(From update of attachment 179648)
View in context: https://bugs.webkit.org/attachment.cgi?id=179648&action=review

Can you double check the results of the form pseudo element tests?  It looks like the checked in results don't currently apply style to the form controls.

Also, I would probably merge your new tests into a single reftest.  No need to create lots of separate test files.

> Source/WebCore/rendering/RenderBlock.cpp:6466
> +    if (isFlexibleBox())
> +        return;

This looks funny. Do we create the first letter renderer?

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