diff options
Diffstat (limited to 'layout/reftests/bugs/448193-ref.html')
-rw-r--r-- | layout/reftests/bugs/448193-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/448193-ref.html b/layout/reftests/bugs/448193-ref.html new file mode 100644 index 000000000..799a99eac --- /dev/null +++ b/layout/reftests/bugs/448193-ref.html @@ -0,0 +1,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> |