From bf8ef2a4a5ffa9c30fce9fc254ffcf982634e4c6 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 23 Jun 2025 15:54:52 +0200 Subject: Properly handle raw text elements --- ...tml-escapable-raw-text-contains-closing-tag.html | 8 ++++++++ tests/ref/html/html-script.html | 21 +++++++++++++++++++++ tests/ref/html/html-style.html | 14 ++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 tests/ref/html/html-escapable-raw-text-contains-closing-tag.html create mode 100644 tests/ref/html/html-script.html create mode 100644 tests/ref/html/html-style.html (limited to 'tests/ref') diff --git a/tests/ref/html/html-escapable-raw-text-contains-closing-tag.html b/tests/ref/html/html-escapable-raw-text-contains-closing-tag.html new file mode 100644 index 00000000..9e0b9643 --- /dev/null +++ b/tests/ref/html/html-escapable-raw-text-contains-closing-tag.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/tests/ref/html/html-script.html b/tests/ref/html/html-script.html new file mode 100644 index 00000000..81b74765 --- /dev/null +++ b/tests/ref/html/html-script.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + diff --git a/tests/ref/html/html-style.html b/tests/ref/html/html-style.html new file mode 100644 index 00000000..c8d558bc --- /dev/null +++ b/tests/ref/html/html-style.html @@ -0,0 +1,14 @@ + + + + + + + + + + -- cgit v1.2.3