diff options
author | bptato <nincsnevem662@gmail.com> | 2024-04-21 21:26:27 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-04-21 21:28:45 +0200 |
commit | e3d9ee2c6224cd30bf56e24f7988899e0e3985c1 (patch) | |
tree | 31116d7d751d058f32bf43313c12673423e8d8be /test/layout/margins_float2.html | |
parent | ba88f015ea500bcc574b621392c721ef2c9dbcd0 (diff) | |
download | chawan-e3d9ee2c6224cd30bf56e24f7988899e0e3985c1.tar.gz |
test: add js & layout tests
(Sadly some layout tests still fail.)
Diffstat (limited to 'test/layout/margins_float2.html')
-rw-r--r-- | test/layout/margins_float2.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/layout/margins_float2.html b/test/layout/margins_float2.html new file mode 100644 index 00000000..ca340bf6 --- /dev/null +++ b/test/layout/margins_float2.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<div style="display: inline-block; width: 50ch"> +<div> +<div id=empty style="margin-top: 1em"> +<div style="float: right">float</div> +</div> +<div id=full style="margin-top: 2em"> +test +</div> +</div> +</div> |