From 1445d613c678e4c8c89477e5977ed532cbdd2cf7 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 12 Apr 2024 19:18:08 +0200 Subject: [PATCH] [assert] document.doctype --- test/ecmascript/assert/document.doctype.html | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/ecmascript/assert/document.doctype.html diff --git a/test/ecmascript/assert/document.doctype.html b/test/ecmascript/assert/document.doctype.html new file mode 100644 index 00000000..befb38bc --- /dev/null +++ b/test/ecmascript/assert/document.doctype.html @@ -0,0 +1,25 @@ + + + + +

Click the button to display the doctype name of the document.

+ + + +

Note: In Internet Explorer 8 and earlier, the doctype property returns null for HTML and XHTML documents, and will only work for XML documents.

+ +

+ + + + +