From 974429611cf32d9138b16d13750b77ca3585f903 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 12 Apr 2024 17:06:39 +0200 Subject: [PATCH] [assert] document.body.childNodes --- .../assert/document.body.childNodes.html | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 test/ecmascript/assert/document.body.childNodes.html diff --git a/test/ecmascript/assert/document.body.childNodes.html b/test/ecmascript/assert/document.body.childNodes.html new file mode 100644 index 00000000..68ac719e --- /dev/null +++ b/test/ecmascript/assert/document.body.childNodes.html @@ -0,0 +1,32 @@ + + + + +

Click the button get info about the body element's child nodes.

+ + + +

Note: Whitespace inside elements is considered as text, and text +is considered as nodes. Comments are also considered as nodes.

+ +

+ + + + +