From a69053b1c263500471fa9275736fe91ddcd839f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 2 Feb 2026 16:31:12 +0100 Subject: [PATCH] Test serialization of processing instructions in HTML This is defined here: https://html.spec.whatwg.org/multipage/parsing.html#serialising-html-fragments:~:text=If%20current%20node%20is%20a%20ProcessingInstruction Currently Firefox passes the test, while Chrome and Safari fail. --- .../processing-instructions.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 html/syntax/serializing-html-fragments/processing-instructions.html diff --git a/html/syntax/serializing-html-fragments/processing-instructions.html b/html/syntax/serializing-html-fragments/processing-instructions.html new file mode 100644 index 00000000000000..7cb1bd7083e73d --- /dev/null +++ b/html/syntax/serializing-html-fragments/processing-instructions.html @@ -0,0 +1,21 @@ + +ProcessingInstruction serialization in HTML + + +