Re: [fxtf-drafts] [css-masking] mask-origin and mask-clip should not have a margin-box value

@dbaron @astleychen Without `margin-box` any painting that exceeds the border box is going to get clipped away. As an example: box shadows and drop shadows disappear.

Apply `box-shadow: green 10px 10px 10px` to any element in the test case. It does not appear on any of the elements.

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/5#issuecomment-380137789 using your GitHub account

Received on Tuesday, 10 April 2018 15:14:00 UTC