From 3eb7b5544452ab001f3c570ddd5760bcc61f413c Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 22 Jun 2024 20:47:53 +0200 Subject: Add unclosed tag test for tbody, thead and tfoot --- test/html/Makefile.am | 1 + test/html/render/table-thead-tfoot-open-tag.html | 35 ++++++++++++++++++++++ .../render/table-thead-tfoot-open-tag.ref.html | 35 ++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 test/html/render/table-thead-tfoot-open-tag.html create mode 100644 test/html/render/table-thead-tfoot-open-tag.ref.html (limited to 'test') diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 5b6643d6..eee0e3fd 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -37,6 +37,7 @@ TESTS = \ render/table-td-width-percent-img.html \ render/table-td-width-percent.html \ render/table-thead-tfoot.html \ + render/table-thead-tfoot-open-tag.html \ render/white-space.html # To be fixed diff --git a/test/html/render/table-thead-tfoot-open-tag.html b/test/html/render/table-thead-tfoot-open-tag.html new file mode 100644 index 00000000..0a71215f --- /dev/null +++ b/test/html/render/table-thead-tfoot-open-tag.html @@ -0,0 +1,35 @@ + + + + Test thead, tbody and tfoot + + + + + + + + + + + + + +
MonthSavings +
January + $100 +
February + $80 +
Sum + $180 +
+ + diff --git a/test/html/render/table-thead-tfoot-open-tag.ref.html b/test/html/render/table-thead-tfoot-open-tag.ref.html new file mode 100644 index 00000000..031ade7f --- /dev/null +++ b/test/html/render/table-thead-tfoot-open-tag.ref.html @@ -0,0 +1,35 @@ + + + + Test thead, tbody and tfoot + + + + + + + + + + + + + + + + + + + + +
MonthSavings
January$100
February$80
Sum$180
+ + -- cgit v1.2.3