From da14bf16cdd9a2d685da8c7be3010359a8931cd6 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 12 Apr 2024 16:31:49 +0200 Subject: [PATCH] [assert] document.body.children --- .../assert/document.body.children.html | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/ecmascript/assert/document.body.children.html diff --git a/test/ecmascript/assert/document.body.children.html b/test/ecmascript/assert/document.body.children.html new file mode 100644 index 00000000..83322859 --- /dev/null +++ b/test/ecmascript/assert/document.body.children.html @@ -0,0 +1,30 @@ + + + + +

Click the button to get the tag names of the body element's children.

+ + + +

+ + + + + \ No newline at end of file