diff options
Diffstat (limited to 'layout/reftests/bugs/528038-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/528038-1-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/bugs/528038-1-ref.html b/layout/reftests/bugs/528038-1-ref.html new file mode 100644 index 000000000..dc4b47142 --- /dev/null +++ b/layout/reftests/bugs/528038-1-ref.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<html> + <body style="position: relative"><div style="position: absolute; top: 200px">This text should be 200px from the top of the body</div></body> +</html> |