diff --git a/test/ecmascript/assert/document.getElementsByName.html b/test/ecmascript/assert/document.getElementsByName.html new file mode 100644 index 00000000..c9048398 --- /dev/null +++ b/test/ecmascript/assert/document.getElementsByName.html @@ -0,0 +1,26 @@ + + + + +First Name:
+First Name: + +

Click the button to get the tag name of the first element in the document that has a name attribute with the value "fname".

+ + + +

+ + + + +