[Webkit-unassigned] [Bug 121682] ASSERTION FAILED: object->style()->overflowX() == object->style()->overflowY() in WebCore::SVGRenderSupport::isOverflowHidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 04:30:40 PDT 2013


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





--- Comment #2 from Renata Hodovan <reni at webkit.org>  2013-09-26 04:29:41 PST ---
I took a closer look on the problem and I'm a bit confused now: the failing test sets the overflow-y property of the inner SVG tag to auto and as a result WebKit sets its x and y overflow properties to OHIDDEN and OVISIBLE (RenderSVGViewportContainer). However SVG doesn't support different values for the x/y overflows, this way we got the assertion issue. Ok.
On the other hand, I checked what happens if we leave the wrapping SVG tag: in this case OVISIBLE is set for both values (RenderSVGRoot) and the condition above is fulfilled, however the asked property was "auto"... So I'm not sure what is the expectation by the original problem? Should both values been set to OAUTO or OVISIBLE? Ideas?

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