[Webkit-unassigned] [Bug 93170] Inline continuations create :after generated content on style recalcs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 18:33:25 PDT 2012


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





--- Comment #2 from Elliott Sprehn <esprehn at gmail.com>  2012-08-03 18:33:25 PST ---
Created an attachment (id=156499)
 --> (https://bugs.webkit.org/attachment.cgi?id=156499&action=review)
Merge continuation multiple :after

This show badness where the :after content from the continuation chain is merged back into the original element since we assume the continuation isn't needed anymore, but since the content is duplication you end up with :after anonymous blocks in places where they shouldn't be (in the middle of the RenderObjectChildList).

I can't figure out a way to make this crash yet, but having generated :after anonymous blocks in the middle of the children, and having more than one of them, seems like a recipe for disaster.

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