Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 1373750.html
blobf9fdb2a9b22d3b21094b8b16f0b7616139ef83e0
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 /* Add two mask layers and apply border-radius to the bottom-most layer. */
7 mask: linear-gradient(red, blue) border-box no-clip, 6%;
8 border-style: solid;
9 border-top-left-radius: 24%;
11 </style>
12 </head>
13 <div></div>
14 </html>