Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 1097437-1-ref.html
blob1317f162bf960919afd88bf5e1e51b58b6b7a9e7
1 <!DOCTYPE html>
2 <style>
3 body { background-color: white; }
4 #outer
6 width: 100px; height: 100px;
7 padding: 1px;
8 background-color: black;
10 #inner
12 width: 100px; height:100px;
13 background-color: white;
15 </style>
16 </head>
17 <body>
18 <div id="outer"><div id="inner"></div></div>
19 </body>
20 </html>