about summary refs log tree commit diff stats
path: root/test/layout/float_negative_margin.html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-10-05 19:46:20 +0200
committerbptato <nincsnevem662@gmail.com>2024-10-05 20:11:09 +0200
commit954cef984a70c6e81ec9921a7a9c6982b9ff66e0 (patch)
treecb0baac7aa844ef5a38a6c730cd5d053bb77db9a /test/layout/float_negative_margin.html
parent1f6314978683e71abd09b8d028934705119f9633 (diff)
downloadchawan-954cef984a70c6e81ec9921a7a9c6982b9ff66e0.tar.gz
layout: fix floats overriding margin/padding
Diffstat (limited to 'test/layout/float_negative_margin.html')
-rw-r--r--test/layout/float_negative_margin.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/layout/float_negative_margin.html b/test/layout/float_negative_margin.html
deleted file mode 100644
index 70dcfa0c..00000000
--- a/test/layout/float_negative_margin.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<div style="width: 200px">
-<div style="float: left; width: 200px">
-testing
-</div>
-<aside style="float: left;margin-right: -100px;">
-aside
-</aside>
-</div>
-</body>
-</html>