1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/448193.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-color: red; 1.14 + -moz-border-radius: 20px; 1.15 +} 1.16 +</style> 1.17 +<body> 1.18 +<div style="border-style: inset"></div> 1.19 +<div style="border-style: outset"></div> 1.20 +</body> 1.21 +</html>