From 62562daf19a56e5a7033439313958499cca8ead3 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 28 Apr 2024 15:54:49 +0200 Subject: [PATCH] [assert] element.parentNode --- .../ecmascript/assert/element.parentNode.html | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 test/ecmascript/assert/element.parentNode.html diff --git a/test/ecmascript/assert/element.parentNode.html b/test/ecmascript/assert/element.parentNode.html new file mode 100644 index 00000000..da2a6ae4 --- /dev/null +++ b/test/ecmascript/assert/element.parentNode.html @@ -0,0 +1,29 @@ + + + + +

Example list:

+ + + +

Click the button to get the node name of the parent node of the li element in the list.

+ + + +

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