From fbec5b7c64836c606734abdbbb9f733e2970595b Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 28 Apr 2024 15:47:30 +0200 Subject: [PATCH] [assert] element.nodeValue --- test/ecmascript/assert/element.nodeValue.html | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/ecmascript/assert/element.nodeValue.html diff --git a/test/ecmascript/assert/element.nodeValue.html b/test/ecmascript/assert/element.nodeValue.html new file mode 100644 index 00000000..bf5ede45 --- /dev/null +++ b/test/ecmascript/assert/element.nodeValue.html @@ -0,0 +1,22 @@ + + + + +

to get the node type of this element.

+ + + +

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