[Webkit-unassigned] [Bug 165590] REGRESSION (r209490): [ios-simulator] LayoutTest fast/shadow-dom/media-shadow-manipulation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 00:11:04 PST 2016


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

--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org> ---
I fixed the test in https://trac.webkit.org/changeset/209529 for now but we should really just remove these tests.

e.g. if we make this test use internals.shadowRoot, then it’s gonna hit the assertion in RenderImage.cpp we just added in https://trac.webkit.org/changeset/209431/trunk/Source/WebCore/rendering/RenderImage.cpp

And this assertion is valid. Nobody should be inserting more than one mode as a direct child inside a media element’s shadow tree.  So I don’t know how we’d make this test work without hitting any assertion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161208/f3715513/attachment.html>


More information about the webkit-unassigned mailing list