[Webkit-unassigned] [Bug 165034] Reproducible crash when you define css custom properties with value '%'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 27 10:16:04 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165034
--- Comment #4 from Matteo Gilardoni <matteowebdesigner at googlemail.com> ---
(In reply to comment #1)
> I did some other test:
>
> this code
> <div style="--size:%;"></div>
>
> is enough to break safari, it looks like it has got problem evaluating % it
> does not matter if you use it.
the previous case happen only if you open the debugger.
this one happen even with the debugger close
<div style="--size:%;width:var(--size);"></div>
--
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/20161127/73a14b5f/attachment.html>
More information about the webkit-unassigned
mailing list