Bug 164107 - [CSS Parser] Add support for a reference box to -webkit-clip-path
Summary: [CSS Parser] Add support for a reference box to -webkit-clip-path
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 20:57 PDT by Dave Hyatt
Modified: 2016-10-27 21:14 PDT (History)
0 users

See Also:


Attachments
Patch (2.78 KB, patch)
2016-10-27 21:09 PDT, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.