diff options
Diffstat (limited to 'layout/reftests/bugs/875060-1.html')
-rw-r--r-- | layout/reftests/bugs/875060-1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/875060-1.html b/layout/reftests/bugs/875060-1.html new file mode 100644 index 000000000..945b250d0 --- /dev/null +++ b/layout/reftests/bugs/875060-1.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML> +<html> +<body> +<div style="display:-moz-inline-stack; overflow:hidden; position:relative; width:100px; height:100px;"> + <div style="width:200px; height:200px; background:yellow; position:absolute"></div> +</div> +</body> +</html> |