diff options
Diffstat (limited to 'layout/reftests/abs-pos/fieldset-1-ref.html')
-rw-r--r-- | layout/reftests/abs-pos/fieldset-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/abs-pos/fieldset-1-ref.html b/layout/reftests/abs-pos/fieldset-1-ref.html new file mode 100644 index 0000000000..6fab6e9199 --- /dev/null +++ b/layout/reftests/abs-pos/fieldset-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <style> + * { border: 0; margin: 0; padding: 0; } + </style> + </head> + <body> + <span style="position: absolute; top: 50px; left: 50px">test</span> + </body> +</html> |