diff options
Diffstat (limited to 'layout/reftests/abs-pos/auto-offset-inline-block-1-ref.html')
-rw-r--r-- | layout/reftests/abs-pos/auto-offset-inline-block-1-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/abs-pos/auto-offset-inline-block-1-ref.html b/layout/reftests/abs-pos/auto-offset-inline-block-1-ref.html new file mode 100644 index 000000000..d8ae9807c --- /dev/null +++ b/layout/reftests/abs-pos/auto-offset-inline-block-1-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<title>'auto' offset properties on display:inline-block (reference)</title> +<style> +p { font-family: monospace /* avoid kerning */ } +</style> +<p>HelloWorld</p> |