From 2b8c7faee487bb61a4077893f959f6f2c63cdf1c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 12 Dec 2020 19:58:23 +0100 Subject: LibWeb: Use the margin box of floating elements for flowing around Inline content flows around the entire margin box of floating elements, not just the content box. --- Base/res/html/misc/float-2.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Base/res/html/misc/float-2.html (limited to 'Base/res/html') diff --git a/Base/res/html/misc/float-2.html b/Base/res/html/misc/float-2.html new file mode 100644 index 0000000000..595c121b6e --- /dev/null +++ b/Base/res/html/misc/float-2.html @@ -0,0 +1,17 @@ + + + + + + +
+
Text
+ + -- cgit v1.2.3