[Webkit-unassigned] [Bug 220849] Full-page (PDF) screenshots in iOS 14 Safari aren't showing -webkit-mask correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 01:53:39 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220849

--- Comment #1 from Henric Trotzig <henric.trotzig at happo.io> ---
Here's a slightly simpler reproduction case: 


```
<div
  style="
    width: 300px;
    height: 300px;
    background: red;
    -webkit-mask-image: -webkit-radial-gradient(center, white, black);
  "
></div>
```

This html leads to a red square in the regular screenshot and a black and white gradient square in the PDF version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210122/f0155d7a/attachment-0001.htm>


More information about the webkit-unassigned mailing list