From 5a31bfe0233d501ca162848631a1e6ff5c87a275 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Sat, 17 May 2014 03:06:50 +0530 Subject: Param Element --- .../tests/level1/html/HTMLParamElement01.xml | 41 +++++++++++++++++++++ .../tests/level1/html/HTMLParamElement01.xml.kfail | 41 --------------------- .../tests/level1/html/HTMLParamElement02.xml | 42 +++++++++++++++++++++ .../tests/level1/html/HTMLParamElement02.xml.kfail | 42 --------------------- .../tests/level1/html/HTMLParamElement03.xml | 43 ++++++++++++++++++++++ .../tests/level1/html/HTMLParamElement03.xml.kfail | 43 ---------------------- .../tests/level1/html/HTMLParamElement04.xml | 43 ++++++++++++++++++++++ .../tests/level1/html/HTMLParamElement04.xml.kfail | 43 ---------------------- 8 files changed, 169 insertions(+), 169 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLParamElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLParamElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLParamElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLParamElement02.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLParamElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLParamElement03.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLParamElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLParamElement04.xml.kfail (limited to 'test/testcases') diff --git a/test/testcases/tests/level1/html/HTMLParamElement01.xml b/test/testcases/tests/level1/html/HTMLParamElement01.xml new file mode 100644 index 0000000..33f9238 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLParamElement01.xml @@ -0,0 +1,41 @@ + + + + + + +HTMLParamElement01 +NIST + + The name attribute specifies the name of the run-time parameter. + + Retrieve the name attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLParamElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLParamElement01.xml.kfail deleted file mode 100644 index 33f9238..0000000 --- a/test/testcases/tests/level1/html/HTMLParamElement01.xml.kfail +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -HTMLParamElement01 -NIST - - The name attribute specifies the name of the run-time parameter. - - Retrieve the name attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLParamElement02.xml b/test/testcases/tests/level1/html/HTMLParamElement02.xml new file mode 100644 index 0000000..52e3b8a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLParamElement02.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLParamElement02 +NIST + + The value attribute specifies the value of the run-time parameter. + + Retrieve the value attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLParamElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLParamElement02.xml.kfail deleted file mode 100644 index 52e3b8a..0000000 --- a/test/testcases/tests/level1/html/HTMLParamElement02.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLParamElement02 -NIST - - The value attribute specifies the value of the run-time parameter. - - Retrieve the value attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLParamElement03.xml b/test/testcases/tests/level1/html/HTMLParamElement03.xml new file mode 100644 index 0000000..48b227a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLParamElement03.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLParamElement03 +NIST + + The valueType attribute specifies information about the meaning of the + value specified by the value attribute. + + Retrieve the valueType attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLParamElement03.xml.kfail b/test/testcases/tests/level1/html/HTMLParamElement03.xml.kfail deleted file mode 100644 index 48b227a..0000000 --- a/test/testcases/tests/level1/html/HTMLParamElement03.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLParamElement03 -NIST - - The valueType attribute specifies information about the meaning of the - value specified by the value attribute. - - Retrieve the valueType attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLParamElement04.xml b/test/testcases/tests/level1/html/HTMLParamElement04.xml new file mode 100644 index 0000000..da298fd --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLParamElement04.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLParamElement04 +NIST + + The type attribute specifies the content type for the value attribute + when valuetype has the value ref. + + Retrieve the type attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLParamElement04.xml.kfail b/test/testcases/tests/level1/html/HTMLParamElement04.xml.kfail deleted file mode 100644 index da298fd..0000000 --- a/test/testcases/tests/level1/html/HTMLParamElement04.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLParamElement04 -NIST - - The type attribute specifies the content type for the value attribute - when valuetype has the value ref. - - Retrieve the type attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3