From 0163c4a33043e99614272a0b00878dbab00b606f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 4 Jul 2012 23:03:53 +0100 Subject: HTMLElement: className is a simple get/set property, enable 29 more tests. HTMLElement.className means that dynamic conversion looks for class_name and not classname. As such, rename the methods and enable the simple getter/setter methods for the property. As such, another 29 tests pass. --- .../testcases/tests/level1/html/HTMLElement117.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement117.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement118.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement118.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement119.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement119.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement120.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement120.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement121.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement121.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement122.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement122.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement123.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement123.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement124.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement124.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement125.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement125.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement126.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement126.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement127.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement127.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement128.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement128.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement129.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement129.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement130.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement130.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement131.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement131.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement132.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement132.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement133.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement133.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement134.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement134.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement135.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement135.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement136.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement136.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement137.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement137.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement138.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement138.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement139.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement139.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement140.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement140.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement141.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement141.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement142.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement142.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement143.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement143.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement144.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement144.xml.kfail | 42 ---------------------- .../testcases/tests/level1/html/HTMLElement145.xml | 42 ++++++++++++++++++++++ .../tests/level1/html/HTMLElement145.xml.kfail | 42 ---------------------- 58 files changed, 1218 insertions(+), 1218 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLElement117.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement117.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement118.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement118.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement119.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement119.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement120.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement120.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement121.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement121.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement122.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement122.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement123.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement123.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement124.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement124.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement125.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement125.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement126.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement126.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement127.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement127.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement128.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement128.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement129.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement129.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement130.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement130.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement131.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement131.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement132.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement132.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement133.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement133.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement134.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement134.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement135.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement135.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement136.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement136.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement137.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement137.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement138.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement138.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement139.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement139.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement140.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement140.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement141.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement141.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement142.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement142.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement143.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement143.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement144.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement144.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLElement145.xml delete mode 100644 test/testcases/tests/level1/html/HTMLElement145.xml.kfail (limited to 'test/testcases') diff --git a/test/testcases/tests/level1/html/HTMLElement117.xml b/test/testcases/tests/level1/html/HTMLElement117.xml new file mode 100644 index 0000000..ba720cd --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement117.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement117 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the HEAD element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement117.xml.kfail b/test/testcases/tests/level1/html/HTMLElement117.xml.kfail deleted file mode 100644 index ba720cd..0000000 --- a/test/testcases/tests/level1/html/HTMLElement117.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement117 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the HEAD element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement118.xml b/test/testcases/tests/level1/html/HTMLElement118.xml new file mode 100644 index 0000000..a175045 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement118.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement118 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the SUB element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement118.xml.kfail b/test/testcases/tests/level1/html/HTMLElement118.xml.kfail deleted file mode 100644 index a175045..0000000 --- a/test/testcases/tests/level1/html/HTMLElement118.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement118 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the SUB element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement119.xml b/test/testcases/tests/level1/html/HTMLElement119.xml new file mode 100644 index 0000000..09361ae --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement119.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement119 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the SUP element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement119.xml.kfail b/test/testcases/tests/level1/html/HTMLElement119.xml.kfail deleted file mode 100644 index 09361ae..0000000 --- a/test/testcases/tests/level1/html/HTMLElement119.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement119 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the SUP element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement120.xml b/test/testcases/tests/level1/html/HTMLElement120.xml new file mode 100644 index 0000000..4edc694 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement120.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement120 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the SPAN element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement120.xml.kfail b/test/testcases/tests/level1/html/HTMLElement120.xml.kfail deleted file mode 100644 index 4edc694..0000000 --- a/test/testcases/tests/level1/html/HTMLElement120.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement120 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the SPAN element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement121.xml b/test/testcases/tests/level1/html/HTMLElement121.xml new file mode 100644 index 0000000..93af01a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement121.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement121 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the BDO element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement121.xml.kfail b/test/testcases/tests/level1/html/HTMLElement121.xml.kfail deleted file mode 100644 index 93af01a..0000000 --- a/test/testcases/tests/level1/html/HTMLElement121.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement121 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the BDO element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement122.xml b/test/testcases/tests/level1/html/HTMLElement122.xml new file mode 100644 index 0000000..e1e1064 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement122.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement122 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the TT element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement122.xml.kfail b/test/testcases/tests/level1/html/HTMLElement122.xml.kfail deleted file mode 100644 index e1e1064..0000000 --- a/test/testcases/tests/level1/html/HTMLElement122.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement122 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the TT element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement123.xml b/test/testcases/tests/level1/html/HTMLElement123.xml new file mode 100644 index 0000000..de7ce7a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement123.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement123 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the I element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement123.xml.kfail b/test/testcases/tests/level1/html/HTMLElement123.xml.kfail deleted file mode 100644 index de7ce7a..0000000 --- a/test/testcases/tests/level1/html/HTMLElement123.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement123 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the I element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement124.xml b/test/testcases/tests/level1/html/HTMLElement124.xml new file mode 100644 index 0000000..1f86541 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement124.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement124 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the B element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement124.xml.kfail b/test/testcases/tests/level1/html/HTMLElement124.xml.kfail deleted file mode 100644 index 1f86541..0000000 --- a/test/testcases/tests/level1/html/HTMLElement124.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement124 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the B element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement125.xml b/test/testcases/tests/level1/html/HTMLElement125.xml new file mode 100644 index 0000000..4238620 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement125.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement125 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the U element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement125.xml.kfail b/test/testcases/tests/level1/html/HTMLElement125.xml.kfail deleted file mode 100644 index 4238620..0000000 --- a/test/testcases/tests/level1/html/HTMLElement125.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement125 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the U element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement126.xml b/test/testcases/tests/level1/html/HTMLElement126.xml new file mode 100644 index 0000000..fdfd4a9 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement126.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement126 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the S element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement126.xml.kfail b/test/testcases/tests/level1/html/HTMLElement126.xml.kfail deleted file mode 100644 index fdfd4a9..0000000 --- a/test/testcases/tests/level1/html/HTMLElement126.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement126 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the S element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement127.xml b/test/testcases/tests/level1/html/HTMLElement127.xml new file mode 100644 index 0000000..f7eb5ff --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement127.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement127 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the STRIKE element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement127.xml.kfail b/test/testcases/tests/level1/html/HTMLElement127.xml.kfail deleted file mode 100644 index f7eb5ff..0000000 --- a/test/testcases/tests/level1/html/HTMLElement127.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement127 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the STRIKE element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement128.xml b/test/testcases/tests/level1/html/HTMLElement128.xml new file mode 100644 index 0000000..3656298 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement128.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement128 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the BIG element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement128.xml.kfail b/test/testcases/tests/level1/html/HTMLElement128.xml.kfail deleted file mode 100644 index 3656298..0000000 --- a/test/testcases/tests/level1/html/HTMLElement128.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement128 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the BIG element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement129.xml b/test/testcases/tests/level1/html/HTMLElement129.xml new file mode 100644 index 0000000..80ca878 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement129.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement129 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the SMALL element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement129.xml.kfail b/test/testcases/tests/level1/html/HTMLElement129.xml.kfail deleted file mode 100644 index 80ca878..0000000 --- a/test/testcases/tests/level1/html/HTMLElement129.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement129 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the SMALL element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement130.xml b/test/testcases/tests/level1/html/HTMLElement130.xml new file mode 100644 index 0000000..9636f0e --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement130.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement130 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the EM element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement130.xml.kfail b/test/testcases/tests/level1/html/HTMLElement130.xml.kfail deleted file mode 100644 index 9636f0e..0000000 --- a/test/testcases/tests/level1/html/HTMLElement130.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement130 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the EM element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement131.xml b/test/testcases/tests/level1/html/HTMLElement131.xml new file mode 100644 index 0000000..d0a35ee --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement131.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement131 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the STRONG element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement131.xml.kfail b/test/testcases/tests/level1/html/HTMLElement131.xml.kfail deleted file mode 100644 index d0a35ee..0000000 --- a/test/testcases/tests/level1/html/HTMLElement131.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement131 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the STRONG element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement132.xml b/test/testcases/tests/level1/html/HTMLElement132.xml new file mode 100644 index 0000000..50e124e --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement132.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement132 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the DFN element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement132.xml.kfail b/test/testcases/tests/level1/html/HTMLElement132.xml.kfail deleted file mode 100644 index 50e124e..0000000 --- a/test/testcases/tests/level1/html/HTMLElement132.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement132 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the DFN element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement133.xml b/test/testcases/tests/level1/html/HTMLElement133.xml new file mode 100644 index 0000000..096cbfa --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement133.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement133 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the CODE element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement133.xml.kfail b/test/testcases/tests/level1/html/HTMLElement133.xml.kfail deleted file mode 100644 index 096cbfa..0000000 --- a/test/testcases/tests/level1/html/HTMLElement133.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement133 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the CODE element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement134.xml b/test/testcases/tests/level1/html/HTMLElement134.xml new file mode 100644 index 0000000..dd9645e --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement134.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement134 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the SAMP element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement134.xml.kfail b/test/testcases/tests/level1/html/HTMLElement134.xml.kfail deleted file mode 100644 index dd9645e..0000000 --- a/test/testcases/tests/level1/html/HTMLElement134.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement134 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the SAMP element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement135.xml b/test/testcases/tests/level1/html/HTMLElement135.xml new file mode 100644 index 0000000..5b52ce5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement135.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement135 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the KBD element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement135.xml.kfail b/test/testcases/tests/level1/html/HTMLElement135.xml.kfail deleted file mode 100644 index 5b52ce5..0000000 --- a/test/testcases/tests/level1/html/HTMLElement135.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement135 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the KBD element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement136.xml b/test/testcases/tests/level1/html/HTMLElement136.xml new file mode 100644 index 0000000..459f9a5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement136.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement136 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the VAR element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement136.xml.kfail b/test/testcases/tests/level1/html/HTMLElement136.xml.kfail deleted file mode 100644 index 459f9a5..0000000 --- a/test/testcases/tests/level1/html/HTMLElement136.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement136 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the VAR element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement137.xml b/test/testcases/tests/level1/html/HTMLElement137.xml new file mode 100644 index 0000000..bd9d69b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement137.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement137 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the CITE element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement137.xml.kfail b/test/testcases/tests/level1/html/HTMLElement137.xml.kfail deleted file mode 100644 index bd9d69b..0000000 --- a/test/testcases/tests/level1/html/HTMLElement137.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement137 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the CITE element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement138.xml b/test/testcases/tests/level1/html/HTMLElement138.xml new file mode 100644 index 0000000..25e4ced --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement138.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement138 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the ACRONYM element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement138.xml.kfail b/test/testcases/tests/level1/html/HTMLElement138.xml.kfail deleted file mode 100644 index 25e4ced..0000000 --- a/test/testcases/tests/level1/html/HTMLElement138.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement138 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the ACRONYM element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement139.xml b/test/testcases/tests/level1/html/HTMLElement139.xml new file mode 100644 index 0000000..82b2771 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement139.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement139 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the ABBR element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement139.xml.kfail b/test/testcases/tests/level1/html/HTMLElement139.xml.kfail deleted file mode 100644 index 82b2771..0000000 --- a/test/testcases/tests/level1/html/HTMLElement139.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement139 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the ABBR element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement140.xml b/test/testcases/tests/level1/html/HTMLElement140.xml new file mode 100644 index 0000000..e982a80 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement140.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement140 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the DD element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement140.xml.kfail b/test/testcases/tests/level1/html/HTMLElement140.xml.kfail deleted file mode 100644 index e982a80..0000000 --- a/test/testcases/tests/level1/html/HTMLElement140.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement140 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the DD element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement141.xml b/test/testcases/tests/level1/html/HTMLElement141.xml new file mode 100644 index 0000000..5c22702 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement141.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement141 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the DT element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement141.xml.kfail b/test/testcases/tests/level1/html/HTMLElement141.xml.kfail deleted file mode 100644 index 5c22702..0000000 --- a/test/testcases/tests/level1/html/HTMLElement141.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement141 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the DT element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement142.xml b/test/testcases/tests/level1/html/HTMLElement142.xml new file mode 100644 index 0000000..4f78aff --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement142.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement142 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the NOFRAMES element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement142.xml.kfail b/test/testcases/tests/level1/html/HTMLElement142.xml.kfail deleted file mode 100644 index 4f78aff..0000000 --- a/test/testcases/tests/level1/html/HTMLElement142.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement142 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the NOFRAMES element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement143.xml b/test/testcases/tests/level1/html/HTMLElement143.xml new file mode 100644 index 0000000..84700a2 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement143.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement143 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the NOSCRIPT element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement143.xml.kfail b/test/testcases/tests/level1/html/HTMLElement143.xml.kfail deleted file mode 100644 index 84700a2..0000000 --- a/test/testcases/tests/level1/html/HTMLElement143.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement143 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the NOSCRIPT element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement144.xml b/test/testcases/tests/level1/html/HTMLElement144.xml new file mode 100644 index 0000000..e4bdee4 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement144.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement144 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the ADDRESS element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement144.xml.kfail b/test/testcases/tests/level1/html/HTMLElement144.xml.kfail deleted file mode 100644 index e4bdee4..0000000 --- a/test/testcases/tests/level1/html/HTMLElement144.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement144 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the ADDRESS element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLElement145.xml b/test/testcases/tests/level1/html/HTMLElement145.xml new file mode 100644 index 0000000..3241888 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement145.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement145 +NIST + + The className attribute specifies the class attribute of the element. + + Retrieve the class attribute of the CENTER element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLElement145.xml.kfail b/test/testcases/tests/level1/html/HTMLElement145.xml.kfail deleted file mode 100644 index 3241888..0000000 --- a/test/testcases/tests/level1/html/HTMLElement145.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement145 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the CENTER element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3