[Webkit-unassigned] [Bug 172596] Crash on display-contents-replaced-001.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 29 18:12:13 PDT 2017


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

--- Comment #4 from Emilio Cobos Álvarez <ecobos at igalia.com> ---
Note that the spec requires contents to still compute to contents, which I don't think will be true with this patch.

i.e., a test like:

var svg = document.querySelector('svg');
svg.style.display = "contents";
getComputedStyle(svg).display; // "none" with your patch, "contents" per spec.

I had a WIP patch that did this[1]. Pending thing was to address the special-cases you mention in your FIXME.

Let me know if you want me to clean that patch up and submit it for review in a separate bug.

[1]: https://gist.github.com/emilio/9faec4ab5c6dd16ad6ccba4e098999ac

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170530/98eb6997/attachment-0001.html>


More information about the webkit-unassigned mailing list