diff options
Diffstat (limited to 'layout/reftests/bugs/67752-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/67752-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/67752-1-ref.html b/layout/reftests/bugs/67752-1-ref.html new file mode 100644 index 0000000000..f21044d0e3 --- /dev/null +++ b/layout/reftests/bugs/67752-1-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <style> + span { display: inline-block; width: 1em; height: 10px; background: green; } + </style> + </head> + <body style="position: relative; font-size: 20px"> + Test + <div style="position: absolute; left: 0; width: 25px; height: 0; top: 0;"> + <span></span> + <span></span> + </div> + </body> +</html> |