diff options
author | bptato <nincsnevem662@gmail.com> | 2024-05-27 18:52:49 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-05-27 18:52:49 +0200 |
commit | a8f3891507cf21320f78f2d4a97731ad4462c676 (patch) | |
tree | 5aac18b3cded1d03bb03f65b68399011564b8aae /test/layout/table-nested-simple.html | |
parent | a42051e4d6db9b666e9feb97d7099201d64760f5 (diff) | |
download | chawan-a8f3891507cf21320f78f2d4a97731ad4462c676.tar.gz |
layout: remove BlockBoxBuidler
Instead of allocating a separate object for each box, just re-use a single BlockBox on re-layouts. This means that now the (block-level) tree is built in its final form in the first pass. (Inline boxes remain the same as before for now.)
Diffstat (limited to 'test/layout/table-nested-simple.html')
-rw-r--r-- | test/layout/table-nested-simple.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/layout/table-nested-simple.html b/test/layout/table-nested-simple.html new file mode 100644 index 00000000..ceca7d27 --- /dev/null +++ b/test/layout/table-nested-simple.html @@ -0,0 +1,2 @@ +<table width="100%"><tr><td> +<table><tr><td>Test |