Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 448193.html
blobdb439b93fe0826d59a7791d12f4274b612e5fc06
1 <!doctype html>
2 <html><head>
3 <title>3d effect degradation at 1px with border radius</title>
4 <style>
5 div {
6 width: 50px;
7 height: 50px;
8 margin: 10px;
9 border-width: 1px;
10 border-color: red;
11 -moz-border-radius: 20px;
13 </style>
14 <body>
15 <div style="border-style: inset"></div>
16 <div style="border-style: outset"></div>
17 </body>
18 </html>