Bug 165382

Summary: [CSS Parser] Properly fail on bad values for -webkit-clip-path
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: jonlee
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Dave Hyatt 2016-12-05 09:40:47 PST
[CSS Parser] Properly fail on bad values for -webkit-clip-path
Comment 1 Dave Hyatt 2016-12-05 09:41:27 PST
Created attachment 296152 [details]
Patch
Comment 2 Dave Hyatt 2016-12-05 09:44:10 PST
Fixed in r209321.
Comment 3 Jon Lee 2016-12-05 10:01:00 PST
Is there a test that catches this?