Bug 164107

Summary: [CSS Parser] Add support for a reference box to -webkit-clip-path
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Dave Hyatt 2016-10-27 20:57:30 PDT
Add support for a reference box to -webkit-clip-path.
Comment 1 Dave Hyatt 2016-10-27 21:09:42 PDT
Created attachment 293109 [details]
Patch
Comment 2 Simon Fraser (smfr) 2016-10-27 21:12:02 PDT
Comment on attachment 293109 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=293109&action=review

> Source/WebCore/ChangeLog:8
> +        Reviewed by NOBODY (OOPS!).
> +
> +        * css/parser/CSSPropertyParser.cpp:

Maybe say which tests this fixes.
Comment 3 Dave Hyatt 2016-10-27 21:14:18 PDT
Fixed in r208029.