From 78dcb125ea407f1e2dd87d032203827b10f4a465 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 12 Apr 2024 19:51:50 +0200 Subject: [PATCH] [assert] element.getAttributeNode --- .../assert/element.getAttributeNode.html | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/ecmascript/assert/element.getAttributeNode.html diff --git a/test/ecmascript/assert/element.getAttributeNode.html b/test/ecmascript/assert/element.getAttributeNode.html new file mode 100644 index 00000000..6c5ea26f --- /dev/null +++ b/test/ecmascript/assert/element.getAttributeNode.html @@ -0,0 +1,27 @@ + + + + + + +

Hello World

+

Click the button to display the value of the class attribute node of the h1 element.

+ +

+ + +