From f451c6f5b0e9c672e2281090f1b75b55a2d8bab1 Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 1 Jun 2024 23:57:28 +0200 Subject: layout: clean up inline tree construction Much cleaner than the previous solution. Should also be somewhat less wasteful, as we no longer constantly rebuild the same tree with new branches. --- test/layout/nested-inline-block.expected | 1 + test/layout/nested-inline-block.html | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 test/layout/nested-inline-block.expected create mode 100644 test/layout/nested-inline-block.html (limited to 'test/layout') diff --git a/test/layout/nested-inline-block.expected b/test/layout/nested-inline-block.expected new file mode 100644 index 00000000..3289c7a9 --- /dev/null +++ b/test/layout/nested-inline-block.expected @@ -0,0 +1 @@ +bekebeke diff --git a/test/layout/nested-inline-block.html b/test/layout/nested-inline-block.html new file mode 100644 index 00000000..f2a67d8b --- /dev/null +++ b/test/layout/nested-inline-block.html @@ -0,0 +1,4 @@ +
+
+bekebeke +
-- cgit 1.4.1-2-gfad0