diff options
Diffstat (limited to 'layout/reftests/bugs/294306-1b-ref.html')
-rw-r--r-- | layout/reftests/bugs/294306-1b-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/294306-1b-ref.html b/layout/reftests/bugs/294306-1b-ref.html new file mode 100644 index 0000000000..2fd828952b --- /dev/null +++ b/layout/reftests/bugs/294306-1b-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> + +<html> + <body> + <span src="test.jpg" style="width: 150px; height: 200px; float: right;">Right Float</span> + <p> +Text in the block + </p> + </body> +</html> |