From dc12c304342757a7dc03465235a93508436e1be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=A4rber?= <01mf02@gmail.com> Date: Tue, 7 Jan 2025 16:31:16 +0100 Subject: [PATCH] Add test for HTML tables. --- tests/ref/html/basic-table.html | 10 ++++++++++ tests/suite/layout/grid/html.typ | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 tests/ref/html/basic-table.html create mode 100644 tests/suite/layout/grid/html.typ diff --git a/tests/ref/html/basic-table.html b/tests/ref/html/basic-table.html new file mode 100644 index 000000000..b1a18b648 --- /dev/null +++ b/tests/ref/html/basic-table.html @@ -0,0 +1,10 @@ + + +
+ + + + +The | first | row |
Foo | Baz | Bar |
1 | 2 | |
3 | 4 |