diff options
author | bptato <nincsnevem662@gmail.com> | 2024-04-27 17:17:48 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-04-27 17:17:48 +0200 |
commit | d8679af92bf88896a033238a1b0bea0648632b4c (patch) | |
tree | 90679172a6138b2081a9d6e6f62fe2d2670604fb /test/layout/float-height-in-table.html | |
parent | dfc0b6c73f263876c10e56aee18e8ecabd1465c3 (diff) | |
download | chawan-d8679af92bf88896a033238a1b0bea0648632b4c.tar.gz |
layout: fix float size in table cells; remove redundant positioning
Diffstat (limited to 'test/layout/float-height-in-table.html')
-rw-r--r-- | test/layout/float-height-in-table.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/layout/float-height-in-table.html b/test/layout/float-height-in-table.html new file mode 100644 index 00000000..15d68abb --- /dev/null +++ b/test/layout/float-height-in-table.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<table> +<tr> +<td><div style="float: right">first first first first first</div> +</td> +</tr> +<tr> +<td>second second second second second second second second second second second second second second second second second second second second |