Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / svg / 1630900-1-ref.html
blobaa471c548bd02e6f1aaeb05c30ff2da26a553e6b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 .loader {
7 height: 480px;
10 rect {
11 fill: #000;
12 opacity: 0.5;
15 </style>
16 </head>
17 <body>
18 <svg
19 class="loader"
20 x="0px"
21 y="0px"
22 viewBox="0 0 100 100"
24 <rect x="0" y="0" width="100" height="100"/>
25 </svg>
26 </body>
27 </html>