diff options
Diffstat (limited to 'layout/reftests/bugs/269908-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/269908-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/269908-1-ref.html b/layout/reftests/bugs/269908-1-ref.html new file mode 100644 index 0000000000..38cccd6ec8 --- /dev/null +++ b/layout/reftests/bugs/269908-1-ref.html @@ -0,0 +1,11 @@ +<html> +<head></head> +<body> +<fieldset> +<div style="float: left; display: block; padding-left: 0px; padding-right: 0px;">test</div> +</fieldset> +<fieldset> +<div style="float: right; display: block; padding-left: 0px; padding-right: 0px;">test</div> +</fieldset> +</body> +</html> |