gecko/layout/reftests/bugs/448193-ref.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
391 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-style: solid;
-moz-border-radius: 20px;
}
</style>
<body>
<div style="border-color: #b30000 #ff7f7f #ff7f7f #b30000"></div>
<div style="border-color: #ff7f7f #b30000 #b30000 #ff7f7f"></div>
</body>
</html>