diff options
Diffstat (limited to 'layout/reftests/bugs/387201-2.html')
-rw-r--r-- | layout/reftests/bugs/387201-2.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/387201-2.html b/layout/reftests/bugs/387201-2.html new file mode 100644 index 0000000000..e3b4ca996b --- /dev/null +++ b/layout/reftests/bugs/387201-2.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<style> +#mlinks { + padding: 0; + float: right; +} +#hticker { + clear: both; +} +</style> +</head> +<body> +<ul id="mlinks"></ul> +<div id="hticker"></div> +</body> +</html> |