Bug 170671

Summary: CSS -webkit-radial-gradient causes browser crash
Product: WebKit Reporter: yisibl <50167214>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: OS X 10.11   
Attachments:
Description Flags
browser crash none

Description yisibl 2017-04-10 04:26:49 PDT
1. Open http://jsbin.com/yayifepeha/edit?output
2. Right click on the page, select "Inspect element"
3. browser crash
Comment 1 yisibl 2017-04-10 04:27:29 PDT
Created attachment 306681 [details]
browser crash
Comment 2 yisibl 2017-04-10 04:28:32 PDT
background: -webkit-radial-gradient(yellow, 50%, green) no-repeat;
or
background: -webkit-linear-gradient(yellow, 50%, green) no-repeat;
Comment 3 Radar WebKit Bug Importer 2017-04-10 07:16:03 PDT
<rdar://problem/31531979>
Comment 4 zalan 2017-04-10 08:13:06 PDT
(In reply to yisibl from comment #0)
> 1. Open http://jsbin.com/yayifepeha/edit?output
> 2. Right click on the page, select "Inspect element"
> 3. browser crash
I can't reproduce this with the latest Safari TP. Do you click on a specific element to make the browser crash?