Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / transform / percent-1b.html
blob968225eaa1f975f4530f9e5bbca3a41837728dc0
1 <html>
2 <head>
3 <style type="text/css">
4 .transformed
6 transform: rotate(10deg) translatex(50px) rotate(10deg) translatey(100%) skewx(10deg) translate(25px, 25px);
8 </style>
9 </head>
10 <body>
11 <div style="width:100px; height:50px; background-color:gold; position: absolute; left:100px; top:100px;" class="transformed">
12 </div>
13 </body>
14 </html>