layout/reftests/bugs/448193-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/448193-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<title>3d effect degradation at 1px with border radius</title>
     1.7 +<style>
     1.8 +div {
     1.9 +  width: 50px;
    1.10 +  height: 50px;
    1.11 +  margin: 10px;
    1.12 +  border-width: 1px;
    1.13 +  border-style: solid;
    1.14 +  -moz-border-radius: 20px;
    1.15 +}
    1.16 +</style>
    1.17 +<body>
    1.18 +<div style="border-color: #b30000 #ff7f7f #ff7f7f #b30000"></div>
    1.19 +<div style="border-color: #ff7f7f #b30000 #b30000 #ff7f7f"></div>
    1.20 +</body>
    1.21 +</html>

mercurial