diff options
Diffstat (limited to 'test/layout/float-next-to-caption.html')
-rw-r--r-- | test/layout/float-next-to-caption.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/layout/float-next-to-caption.html b/test/layout/float-next-to-caption.html new file mode 100644 index 00000000..68cf13bd --- /dev/null +++ b/test/layout/float-next-to-caption.html @@ -0,0 +1,4 @@ +<!-- the float will trigger a re-layout in test 2. --> +<div style="float: right">test 1</div> +<table> +<caption>test 2</caption> |