[Webkit-unassigned] [Bug 121642] New: Browser tab crashes with specific repeating-radial-gradient CSS definition
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 19 15:30:59 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121642
Summary: Browser tab crashes with specific
repeating-radial-gradient CSS definition
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Critical
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: styu007 at gmail.com
The browser tab crashes when using some specific repeating radial gradient on any element.
background-image: repeating-radial-gradient(closest-side circle at 0% 0%, #fff, #000);
I think this is because the closest side is equal to the center of the gradient. Any position above zero seems to work (even 0.1%).
No freeze with non repeating gradients.
You can try with the following fiddle (can safely load it, the CSS is applied on a button's click):
http://jsfiddle.net/styu/apxdz/
--
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