update test results

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2025-04-14 07:45:16 +02:00
parent 8b178a49d9
commit 84ec4e28aa
3 changed files with 17 additions and 79 deletions

View File

@ -6,48 +6,20 @@ Some text
Here is a table: Here is a table:
&lt;table&gt; | Character | Name in German | Name in French | Name in Italian |
&lt;tr&gt; |----------------|------------------|------------------|-------------------|
&lt;th&gt;Character&lt;/th&gt; | Scrooge McDuck | Dagobert Duck | Balthazar Picsou | Paperone |
&lt;th&gt;Name in German&lt;/th&gt; | Huey | Tick | Riri | Qui |
&lt;th&gt;Name in French&lt;/th&gt; | Dewey | Trick | Fifi | Quo |
&lt;th&gt;Name in Italian&lt;/th&gt; | Louie | Track | Loulou | Qua |
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Scrooge McDuck&lt;/td&gt;
&lt;td&gt;Dagobert Duck&lt;/td&gt;
&lt;td&gt;Balthazar Picsou&lt;/td&gt;
&lt;td&gt;Paperone&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Huey&lt;/td&gt;
&lt;td&gt;Tick&lt;/td&gt;
&lt;td&gt;Riri&lt;/td&gt;
&lt;td&gt;Qui&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dewey&lt;/td&gt;
&lt;td&gt;Trick&lt;/td&gt;
&lt;td&gt;Fifi&lt;/td&gt;
&lt;td&gt;Quo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Louie&lt;/td&gt;
&lt;td&gt;Track&lt;/td&gt;
&lt;td&gt;Loulou&lt;/td&gt;
&lt;td&gt;Qua&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
And here is more HTML: And here is more HTML:
&lt;p&gt;Some paragraph.&lt;/p&gt; Some paragraph.
&lt;div&gt;
&lt;p&gt;Now a div — almost there...&lt;/p&gt; Now a div — almost there...
&lt;ul&gt;
&lt;li&gt;foo&lt;/li&gt; - foo
&lt;li&gt;bar&lt;/li&gt; - bar
&lt;/ul&gt;
&lt;/div&gt;
The end! The end!

View File

@ -1,7 +1,5 @@
## Some heading ## Some heading
&lt;!-- This is HTML --&gt;
- A. first - A. first
- subitem - subitem
- B. second - B. second

View File

@ -24,40 +24,8 @@ A list featuring nesting:
A nested HTML list: A nested HTML list:
&lt;ul&gt; - First item
&lt;li&gt;First item&lt;/li&gt; - Second item with subitems:
&lt;li&gt;Second item with subitems: - Subitem 1
&lt;ul&gt; - Subitem 2
&lt;li&gt;Subitem 1&lt;/li&gt; - Last list item
&lt;li&gt;Subitem 2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Last list item&lt;/li&gt;
&lt;/ul&gt;
&lt;!--
Table nesting apparently not yet suported by HTML backend:
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;Cell&lt;/td&gt;
&lt;td&gt;Nested Table
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;Cell 1&lt;/td&gt;
&lt;&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cell 2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cell 3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cell 4&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;additional row&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
--&gt;