Bug 1793031 [wpt PR 35708] - [CompositeClipPathAnimations] Fix crash caused by positi...
[gecko.git] / testing / web-platform / tests / css / css-masking / clip-path / animations / clip-path-animation-fixed-position-rounding-error-ref.html
bloba069e4d3ae5bc82ea9547b01e7958b8f7eead645
1 <!DOCTYPE html>
2 <style>
3 .container {
4 position: fixed;
5 width: 70px;
6 height: 126px;
7 background-color: green;
8 clip-path: inset(5% 5%)
11 </style>
13 <body>
14 <div class="container"></div>
15 </body>
17 </html>