diff options
Diffstat (limited to 'layout/reftests/border-radius/color-layer-1a.html')
-rw-r--r-- | layout/reftests/border-radius/color-layer-1a.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/border-radius/color-layer-1a.html b/layout/reftests/border-radius/color-layer-1a.html new file mode 100644 index 000000000..ff600cb66 --- /dev/null +++ b/layout/reftests/border-radius/color-layer-1a.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML> +<html> +<body style="overflow:hidden"> +<div style="border-radius:100px; width:800px; height:1000px; position:absolute; left:0px; top:0px; overflow:hidden"> + <div style="background:blue; width:100%; height:100%;"></div> +</div> +</body> +</html>
\ No newline at end of file |