From ce28e10c6c8018380b0609b715f59f8fd1550a21 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Fri, 9 May 2014 20:47:13 +0530 Subject: Label Element --- .../tests/level1/html/HTMLLabelElement01.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLLabelElement01.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLLabelElement02.xml | 43 +++++++++++++++++++++ .../tests/level1/html/HTMLLabelElement02.xml.kfail | 43 --------------------- .../tests/level1/html/HTMLLabelElement03.xml | 43 +++++++++++++++++++++ .../tests/level1/html/HTMLLabelElement03.xml.kfail | 43 --------------------- .../tests/level1/html/HTMLLabelElement04.xml | 44 ++++++++++++++++++++++ .../tests/level1/html/HTMLLabelElement04.xml.kfail | 44 ---------------------- 8 files changed, 174 insertions(+), 174 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLLabelElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLLabelElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLLabelElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLLabelElement02.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLLabelElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLLabelElement03.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLLabelElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLLabelElement04.xml.kfail (limited to 'test/testcases') diff --git a/test/testcases/tests/level1/html/HTMLLabelElement01.xml b/test/testcases/tests/level1/html/HTMLLabelElement01.xml new file mode 100644 index 0000000..2111d6e --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLLabelElement01.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLLabelElement01 +NIST + + The form attribute returns the FORM element containing this control. + + Retrieve the form attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + +
+ + + diff --git a/test/testcases/tests/level1/html/HTMLLabelElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLLabelElement01.xml.kfail deleted file mode 100644 index 2111d6e..0000000 --- a/test/testcases/tests/level1/html/HTMLLabelElement01.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLLabelElement01 -NIST - - The form attribute returns the FORM element containing this control. - - Retrieve the form attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLLabelElement02.xml b/test/testcases/tests/level1/html/HTMLLabelElement02.xml new file mode 100644 index 0000000..444a753 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLLabelElement02.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLLabelElement02 +NIST + + The form attribute returns null if control in not within the context of + form. + + Retrieve the form attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLLabelElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLLabelElement02.xml.kfail deleted file mode 100644 index 444a753..0000000 --- a/test/testcases/tests/level1/html/HTMLLabelElement02.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLLabelElement02 -NIST - - The form attribute returns null if control in not within the context of - form. - - Retrieve the form attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLLabelElement03.xml b/test/testcases/tests/level1/html/HTMLLabelElement03.xml new file mode 100644 index 0000000..b4daacf --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLLabelElement03.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLLabelElement03 +NIST + + The accessKey attribute is a single character access key to give access + to the form control. + + Retrieve the accessKey attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLLabelElement03.xml.kfail b/test/testcases/tests/level1/html/HTMLLabelElement03.xml.kfail deleted file mode 100644 index b4daacf..0000000 --- a/test/testcases/tests/level1/html/HTMLLabelElement03.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLLabelElement03 -NIST - - The accessKey attribute is a single character access key to give access - to the form control. - - Retrieve the accessKey attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLLabelElement04.xml b/test/testcases/tests/level1/html/HTMLLabelElement04.xml new file mode 100644 index 0000000..ae22b88 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLLabelElement04.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLLabelElement04 +NIST + + The htmlFor attribute links this label with another form control by + id attribute. + + Retrieve the htmlFor attribute of the first LABEL element + and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLLabelElement04.xml.kfail b/test/testcases/tests/level1/html/HTMLLabelElement04.xml.kfail deleted file mode 100644 index ae22b88..0000000 --- a/test/testcases/tests/level1/html/HTMLLabelElement04.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLLabelElement04 -NIST - - The htmlFor attribute links this label with another form control by - id attribute. - - Retrieve the htmlFor attribute of the first LABEL element - and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3