diff options
Diffstat (limited to 'layout/reftests/bugs/246669-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/246669-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/246669-1-ref.html b/layout/reftests/bugs/246669-1-ref.html new file mode 100644 index 000000000..615d527e8 --- /dev/null +++ b/layout/reftests/bugs/246669-1-ref.html @@ -0,0 +1,18 @@ +<!doctype html> +<html> +<head> +<style type="text/css"> +div div { + float: left; + width: 200px; + border: 2px solid #000; +} +</style> +</head> +<body> +<div> + <div>First float</div> + <div>Second float</div> +</div> +</body> +</html> |