From 6059ad2211b761d679cf04bf6f7e2e49af96e2af Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 12 Apr 2024 16:45:36 +0200 Subject: [PATCH] [assert] element.attributes --- .../ecmascript/assert/element.attributes.html | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/ecmascript/assert/element.attributes.html diff --git a/test/ecmascript/assert/element.attributes.html b/test/ecmascript/assert/element.attributes.html new file mode 100644 index 00000000..713f3e27 --- /dev/null +++ b/test/ecmascript/assert/element.attributes.html @@ -0,0 +1,26 @@ + + + + +

Click the button to get the value of the onclick attribute of the button element.

+ + + +

Note: Internet Explorer 8 and earlier does not support the getNamedItem method.

+ +

+ + + + +