diff options
Diffstat (limited to 'layout/reftests/bugs/625409-1.html')
-rw-r--r-- | layout/reftests/bugs/625409-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/625409-1.html b/layout/reftests/bugs/625409-1.html new file mode 100644 index 0000000000..55340a4b43 --- /dev/null +++ b/layout/reftests/bugs/625409-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<html> +<body style="background:rgb(0,0,0);"> + <div style="position:fixed;left:0;top:0;width:200px;height:200px;background:rgba(255,255,255,0.5);"></div> +</body> +</html> |