Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / transform / scale-1b.html
blobcab7fb1090aabdfe12c668a449c520e29cc7a74d
1 <html>
2 <head>
3 <style>
4 body { margin: 0px; }
5 #test {
6 background: green;
7 width: 100px;
8 height: 100px;
9 transform: scale(0.5);
11 </style>
12 </head>
13 <body>
14 <div id="test">
15 </div>
16 </body>
17 </html>