From 518ac57a9ad7dc02b53611bcddbfd62688494a90 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 8 Jul 2012 10:45:55 +0100 Subject: HTMLInputElement: Initial support and test enabling. Some TODOs left --- .../tests/level1/html/HTMLInputElement01.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement01.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement02.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement02.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement03.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement03.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement04.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement04.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement05.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement05.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement06.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement06.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement07.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement07.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement08.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement08.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement09.xml | 43 +++++++++++++++++++++ .../tests/level1/html/HTMLInputElement09.xml.kfail | 43 --------------------- .../tests/level1/html/HTMLInputElement10.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement10.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement11.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement11.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement12.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement12.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement14.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement14.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement15.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement15.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement16.xml | 43 +++++++++++++++++++++ .../tests/level1/html/HTMLInputElement16.xml.kfail | 43 --------------------- .../tests/level1/html/HTMLInputElement17.xml | 43 +++++++++++++++++++++ .../tests/level1/html/HTMLInputElement17.xml.kfail | 43 --------------------- .../tests/level1/html/HTMLInputElement18.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLInputElement18.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLInputElement19.xml | 37 ++++++++++++++++++ .../tests/level1/html/HTMLInputElement19.xml.kfail | 37 ------------------ .../tests/level1/html/HTMLInputElement20.xml | 37 ++++++++++++++++++ .../tests/level1/html/HTMLInputElement20.xml.kfail | 37 ------------------ .../tests/level1/html/HTMLInputElement22.xml | 38 +++++++++++++++++++ .../tests/level1/html/HTMLInputElement22.xml.kfail | 38 ------------------- 40 files changed, 857 insertions(+), 857 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLInputElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement02.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement03.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement04.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement05.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement05.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement06.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement06.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement07.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement07.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement08.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement08.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement09.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement09.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement10.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement10.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement11.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement11.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement12.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement12.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement14.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement14.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement15.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement15.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement16.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement16.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement17.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement17.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement18.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement18.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement19.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement19.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement20.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement20.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLInputElement22.xml delete mode 100644 test/testcases/tests/level1/html/HTMLInputElement22.xml.kfail (limited to 'test/testcases/tests') diff --git a/test/testcases/tests/level1/html/HTMLInputElement01.xml b/test/testcases/tests/level1/html/HTMLInputElement01.xml new file mode 100644 index 0000000..67df3ec --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement01.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement01 +NIST + + The defaultValue attribute represents the HTML value of the attribute + when the type attribute has the value of "Text", "File" or "Password". + + Retrieve the defaultValue attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement01.xml.kfail deleted file mode 100644 index 67df3ec..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement01.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement01 -NIST - - The defaultValue attribute represents the HTML value of the attribute - when the type attribute has the value of "Text", "File" or "Password". - - Retrieve the defaultValue attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement02.xml b/test/testcases/tests/level1/html/HTMLInputElement02.xml new file mode 100644 index 0000000..127337c --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement02.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement02 +NIST + + The defaultChecked attribute represents the HTML checked attribute of + the element when the type attribute has the value checkbox or radio. + + Retrieve the defaultValue attribute of the 4th INPUT element and + examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement02.xml.kfail deleted file mode 100644 index 127337c..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement02.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement02 -NIST - - The defaultChecked attribute represents the HTML checked attribute of - the element when the type attribute has the value checkbox or radio. - - Retrieve the defaultValue attribute of the 4th INPUT element and - examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement03.xml b/test/testcases/tests/level1/html/HTMLInputElement03.xml new file mode 100644 index 0000000..93c994f --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement03.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement03 +NIST + + The form attribute returns the FORM element containing this control. + + Retrieve the form attribute of the 1st INPUT element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + +
+ + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement03.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement03.xml.kfail deleted file mode 100644 index 93c994f..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement03.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement03 -NIST - - The form attribute returns the FORM element containing this control. - - Retrieve the form attribute of the 1st INPUT element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement04.xml b/test/testcases/tests/level1/html/HTMLInputElement04.xml new file mode 100644 index 0000000..58adad5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement04.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement04 +NIST + + The accept attribute is a comma-seperated list of content types that + a server processing this form will handle correctly. + + Retrieve the accept attribute of the 9th INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement04.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement04.xml.kfail deleted file mode 100644 index 58adad5..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement04.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement04 -NIST - - The accept attribute is a comma-seperated list of content types that - a server processing this form will handle correctly. - - Retrieve the accept attribute of the 9th INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement05.xml b/test/testcases/tests/level1/html/HTMLInputElement05.xml new file mode 100644 index 0000000..c5d8351 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement05.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement05 +NIST + + The accessKey attribute is a single character access key to give access + to the form control. + + Retrieve the accessKey attribute of the 2nd INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement05.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement05.xml.kfail deleted file mode 100644 index c5d8351..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement05.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement05 -NIST - - The accessKey attribute is a single character access key to give access - to the form control. - - Retrieve the accessKey attribute of the 2nd INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement06.xml b/test/testcases/tests/level1/html/HTMLInputElement06.xml new file mode 100644 index 0000000..6dc9d11 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement06.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement06 +NIST + + The align attribute aligns this object(vertically or horizontally) + with respect to the surrounding text. + + Retrieve the align attribute of the 4th INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement06.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement06.xml.kfail deleted file mode 100644 index 6dc9d11..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement06.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement06 -NIST - - The align attribute aligns this object(vertically or horizontally) - with respect to the surrounding text. - - Retrieve the align attribute of the 4th INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement07.xml b/test/testcases/tests/level1/html/HTMLInputElement07.xml new file mode 100644 index 0000000..8f7e4b7 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement07.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement07 +NIST + + The alt attribute alternates text for user agents not rendering the + normal content of this element. + + Retrieve the alt attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement07.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement07.xml.kfail deleted file mode 100644 index 8f7e4b7..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement07.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement07 -NIST - - The alt attribute alternates text for user agents not rendering the - normal content of this element. - - Retrieve the alt attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement08.xml b/test/testcases/tests/level1/html/HTMLInputElement08.xml new file mode 100644 index 0000000..3aa3a26 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement08.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement08 +NIST + + The checked attribute represents the current state of the corresponding + form control when type has the value Radio or Checkbox. + + Retrieve the accept attribute of the 3rd INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement08.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement08.xml.kfail deleted file mode 100644 index 3aa3a26..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement08.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement08 -NIST - - The checked attribute represents the current state of the corresponding - form control when type has the value Radio or Checkbox. - - Retrieve the accept attribute of the 3rd INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement09.xml b/test/testcases/tests/level1/html/HTMLInputElement09.xml new file mode 100644 index 0000000..67b1d3b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement09.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLInputElement09 +NIST + + The disabled attribute has a TRUE value if it is explicitly set. + + Retrieve the disabled attribute of the 7th INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement09.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement09.xml.kfail deleted file mode 100644 index 67b1d3b..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement09.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLInputElement09 -NIST - - The disabled attribute has a TRUE value if it is explicitly set. - - Retrieve the disabled attribute of the 7th INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement10.xml b/test/testcases/tests/level1/html/HTMLInputElement10.xml new file mode 100644 index 0000000..7f28589 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement10.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement10 +NIST + + The maxLength attribute is the maximum number of text characters for text + fields, when type has the value of Text or Password. + + Retrieve the maxLenght attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement10.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement10.xml.kfail deleted file mode 100644 index 7f28589..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement10.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement10 -NIST - - The maxLength attribute is the maximum number of text characters for text - fields, when type has the value of Text or Password. - - Retrieve the maxLenght attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement11.xml b/test/testcases/tests/level1/html/HTMLInputElement11.xml new file mode 100644 index 0000000..3113f9a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement11.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement11 +NIST + + The name attribute is the form control or object name when submitted with + a form. + + Retrieve the name attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement11.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement11.xml.kfail deleted file mode 100644 index 3113f9a..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement11.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement11 -NIST - - The name attribute is the form control or object name when submitted with - a form. - - Retrieve the name attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement12.xml b/test/testcases/tests/level1/html/HTMLInputElement12.xml new file mode 100644 index 0000000..d4cd099 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement12.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement12 +NIST + + The readOnly attribute indicates that this control is read-only when + type has a value of text or password only. + + Retrieve the readOnly attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement12.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement12.xml.kfail deleted file mode 100644 index d4cd099..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement12.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement12 -NIST - - The readOnly attribute indicates that this control is read-only when - type has a value of text or password only. - - Retrieve the readOnly attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement14.xml b/test/testcases/tests/level1/html/HTMLInputElement14.xml new file mode 100644 index 0000000..82f022e --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement14.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement14 +NIST + + The src attribute specifies the location of the image to decorate the + graphical submit button when the type has the value Image. + + Retrieve the src attribute of the 8th INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement14.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement14.xml.kfail deleted file mode 100644 index 82f022e..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement14.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement14 -NIST - - The src attribute specifies the location of the image to decorate the - graphical submit button when the type has the value Image. - - Retrieve the src attribute of the 8th INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement15.xml b/test/testcases/tests/level1/html/HTMLInputElement15.xml new file mode 100644 index 0000000..a9a3c78 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement15.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement15 +NIST + + The tabIndex attribute is an index that represents the elements position + in the tabbing order. + + Retrieve the tabIndex attribute of the 3rd INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement15.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement15.xml.kfail deleted file mode 100644 index a9a3c78..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement15.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement15 -NIST - - The tabIndex attribute is an index that represents the elements position - in the tabbing order. - - Retrieve the tabIndex attribute of the 3rd INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement16.xml b/test/testcases/tests/level1/html/HTMLInputElement16.xml new file mode 100644 index 0000000..119a8b0 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement16.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLInputElement16 +NIST + + The type attribute is the type of control created. + + Retrieve the type attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement16.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement16.xml.kfail deleted file mode 100644 index 119a8b0..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement16.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLInputElement16 -NIST - - The type attribute is the type of control created. - - Retrieve the type attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement17.xml b/test/testcases/tests/level1/html/HTMLInputElement17.xml new file mode 100644 index 0000000..163eee4 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement17.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLInputElement17 +NIST + + The useMap attribute specifies the use of the client-side image map. + + Retrieve the useMap attribute of the 8th INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement17.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement17.xml.kfail deleted file mode 100644 index 163eee4..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement17.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLInputElement17 -NIST - - The useMap attribute specifies the use of the client-side image map. - - Retrieve the useMap attribute of the 8th INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement18.xml b/test/testcases/tests/level1/html/HTMLInputElement18.xml new file mode 100644 index 0000000..85aca78 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement18.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLInputElement18 +NIST + + The value attribute is the current content of the corresponding form + control when the type attribute has the value Text, File or Password. + + Retrieve the value attribute of the 2nd INPUT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement18.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement18.xml.kfail deleted file mode 100644 index 85aca78..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement18.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLInputElement18 -NIST - - The value attribute is the current content of the corresponding form - control when the type attribute has the value Text, File or Password. - - Retrieve the value attribute of the 2nd INPUT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement19.xml b/test/testcases/tests/level1/html/HTMLInputElement19.xml new file mode 100644 index 0000000..ad4a00c --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement19.xml @@ -0,0 +1,37 @@ + + + + + + + +HTMLInputElement19 +Curt Arnold + +HTMLInputElement.blur should surrender input focus. + +2004-03-18 + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement19.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement19.xml.kfail deleted file mode 100644 index ad4a00c..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement19.xml.kfail +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - -HTMLInputElement19 -Curt Arnold - -HTMLInputElement.blur should surrender input focus. - -2004-03-18 - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement20.xml b/test/testcases/tests/level1/html/HTMLInputElement20.xml new file mode 100644 index 0000000..141473f --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement20.xml @@ -0,0 +1,37 @@ + + + + + + + +HTMLInputElement20 +Curt Arnold + +HTMLInputElement.focus should capture input focus. + +2004-03-18 + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLInputElement20.xml.kfail b/test/testcases/tests/level1/html/HTMLInputElement20.xml.kfail deleted file mode 100644 index 141473f..0000000 --- a/test/testcases/tests/level1/html/HTMLInputElement20.xml.kfail +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - -HTMLInputElement20 -Curt Arnold - -HTMLInputElement.focus should capture input focus. - -2004-03-18 - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLInputElement22.xml b/test/testcases/tests/level1/html/HTMLInputElement22.xml new file mode 100644 index 0000000..0d65890 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLInputElement22.xml @@ -0,0 +1,38 @@ + + + + + + + +HTMLInputElement22 +Curt Arnold + +HTMLInputElement.select should select the contents of a text area. + +2004-03-18 + + + + + + + + + + + - -- cgit v1.2.3