summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/448193-ref.html
blob: 799a99eacc22899d75c3065733be4bb0cd544e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>