Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / webcomponents / basic-slot-2-ref.html
blobd4d1b8c0669b885c4b20d8950c0d1393c11b5dc3
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div {
6 width: 100px;
7 height: 100px;
8 background: green;
10 </style>
11 </head>
12 <body>
13 <p>There should be a green box below.</p>
14 <div></div>
15 </body>
16 </html>