gecko-dev/dom/base/crashtests/1373750.html
cku 51c6fc95ad Bug 1373750 - Part 2. Add a crash test consists of two mask layers. r=mstange
MozReview-Commit-ID: ECiDHwCqO1B

--HG--
extra : rebase_source : 8fcda747133df7379d6924d7e118025ece5d4223
extra : source : 69c8d44122acb3fefc3297138938d537eefc46f8
2017-09-25 15:35:37 +08:00

15 lines
274 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
/* Add two mask layers and apply border-radius to the bottom-most layer. */
mask: linear-gradient(red, blue) border-box no-clip, 6%;
border-style: solid;
border-top-left-radius: 24%;
}
</style>
</head>
<div></div>
</html>