gecko/layout/reftests/bugs/448193.html
Zack Weinberg 46347ebd87 Bug 448193 - add reftest that didn't get added, or noticed since it was commented out, and annotate it as fuzzy
--HG--
extra : rebase_source : 4f2c9944b888e452439c845d48dbbaaa70c4d60e
2008-10-07 17:31:00 -07:00

19 lines
338 B
HTML

<!doctype html>
<html><head>
<title>3d effect degradation at 1px with border radius</title>
<style>
div {
width: 50px;
height: 50px;
margin: 10px;
border-width: 1px;
border-color: red;
-moz-border-radius: 20px;
}
</style>
<body>
<div style="border-style: inset"></div>
<div style="border-style: outset"></div>
</body>
</html>