From adea85fad0882b49e70087c03c173fae6bf8d121 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Sat, 17 May 2014 03:48:13 +0530 Subject: Applet Element --- .../tests/level1/html/HTMLAppletElement01.xml | 43 ++++++++++++++++++ .../level1/html/HTMLAppletElement01.xml.notimpl | 43 ------------------ .../tests/level1/html/HTMLAppletElement02.xml | 43 ++++++++++++++++++ .../level1/html/HTMLAppletElement02.xml.notimpl | 43 ------------------ .../tests/level1/html/HTMLAppletElement03.xml | 42 ++++++++++++++++++ .../level1/html/HTMLAppletElement03.xml.notimpl | 42 ------------------ .../tests/level1/html/HTMLAppletElement04.xml | 42 ++++++++++++++++++ .../level1/html/HTMLAppletElement04.xml.notimpl | 42 ------------------ .../tests/level1/html/HTMLAppletElement05.xml | 42 ++++++++++++++++++ .../level1/html/HTMLAppletElement05.xml.notimpl | 42 ------------------ .../tests/level1/html/HTMLAppletElement06.xml | 42 ++++++++++++++++++ .../level1/html/HTMLAppletElement06.xml.notimpl | 42 ------------------ .../level1/html/HTMLAppletElement07.xml.kfail | 51 ++++++++++++++++++++++ .../level1/html/HTMLAppletElement07.xml.notimpl | 51 ---------------------- .../tests/level1/html/HTMLAppletElement08.xml | 42 ++++++++++++++++++ .../level1/html/HTMLAppletElement08.xml.notimpl | 42 ------------------ .../level1/html/HTMLAppletElement09.xml.kfail | 51 ++++++++++++++++++++++ .../level1/html/HTMLAppletElement09.xml.notimpl | 51 ---------------------- .../tests/level1/html/HTMLAppletElement10.xml | 42 ++++++++++++++++++ .../level1/html/HTMLAppletElement10.xml.notimpl | 42 ------------------ .../tests/level1/html/HTMLAppletElement11.xml | 43 ++++++++++++++++++ .../level1/html/HTMLAppletElement11.xml.notimpl | 43 ------------------ .../tests/level2/html/HTMLAppletElement07.xml | 42 ++++++++++++++++++ .../level2/html/HTMLAppletElement07.xml.kfail | 42 ------------------ .../tests/level2/html/HTMLAppletElement09.xml | 42 ++++++++++++++++++ .../level2/html/HTMLAppletElement09.xml.kfail | 42 ------------------ test/testcases/tests/level2/html/files/applet.html | 12 +++++ .../testcases/tests/level2/html/files/applet.xhtml | 15 +++++++ test/testcases/tests/level2/html/files/applet.xml | 15 +++++++ .../testcases/tests/level2/html/files/applet2.html | 12 +++++ .../tests/level2/html/files/applet2.xhtml | 15 +++++++ test/testcases/tests/level2/html/files/applet2.xml | 15 +++++++ 32 files changed, 651 insertions(+), 567 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement01.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement02.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement03.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement04.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement05.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement05.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement06.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement06.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement07.xml.kfail delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement07.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement08.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement08.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement09.xml.kfail delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement09.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement10.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement10.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAppletElement11.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAppletElement11.xml.notimpl create mode 100644 test/testcases/tests/level2/html/HTMLAppletElement07.xml delete mode 100644 test/testcases/tests/level2/html/HTMLAppletElement07.xml.kfail create mode 100644 test/testcases/tests/level2/html/HTMLAppletElement09.xml delete mode 100644 test/testcases/tests/level2/html/HTMLAppletElement09.xml.kfail create mode 100644 test/testcases/tests/level2/html/files/applet.html create mode 100644 test/testcases/tests/level2/html/files/applet.xhtml create mode 100644 test/testcases/tests/level2/html/files/applet.xml create mode 100644 test/testcases/tests/level2/html/files/applet2.html create mode 100644 test/testcases/tests/level2/html/files/applet2.xhtml create mode 100644 test/testcases/tests/level2/html/files/applet2.xml (limited to 'test') diff --git a/test/testcases/tests/level1/html/HTMLAppletElement01.xml b/test/testcases/tests/level1/html/HTMLAppletElement01.xml new file mode 100644 index 0000000..7be4ac6 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement01.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAppletElement01 +NIST + + The align attribute specifies the alignment of the object(Vertically + or Horizontally) with respect to its surrounding text. + + Retrieve the align attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement01.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement01.xml.notimpl deleted file mode 100644 index 7be4ac6..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement01.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAppletElement01 -NIST - - The align attribute specifies the alignment of the object(Vertically - or Horizontally) with respect to its surrounding text. - - Retrieve the align attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement02.xml b/test/testcases/tests/level1/html/HTMLAppletElement02.xml new file mode 100644 index 0000000..2042f0a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement02.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAppletElement02 +NIST + + The alt attribute specifies the alternate text for user agents not + rendering the normal context of this element. + + Retrieve the alt attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement02.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement02.xml.notimpl deleted file mode 100644 index 2042f0a..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement02.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAppletElement02 -NIST - - The alt attribute specifies the alternate text for user agents not - rendering the normal context of this element. - - Retrieve the alt attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement03.xml b/test/testcases/tests/level1/html/HTMLAppletElement03.xml new file mode 100644 index 0000000..a68e3e0 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement03.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAppletElement03 +NIST + + The archive attribute specifies a comma-seperated archive list. + + Retrieve the archive attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement03.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement03.xml.notimpl deleted file mode 100644 index a68e3e0..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement03.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAppletElement03 -NIST - - The archive attribute specifies a comma-seperated archive list. - - Retrieve the archive attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement04.xml b/test/testcases/tests/level1/html/HTMLAppletElement04.xml new file mode 100644 index 0000000..23e8bb6 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement04.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAppletElement04 +NIST + + The code attribute specifies the applet class file. + + Retrieve the code attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement04.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement04.xml.notimpl deleted file mode 100644 index 23e8bb6..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement04.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAppletElement04 -NIST - - The code attribute specifies the applet class file. - - Retrieve the code attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement05.xml b/test/testcases/tests/level1/html/HTMLAppletElement05.xml new file mode 100644 index 0000000..81076d1 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement05.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAppletElement05 +NIST + + The codeBase attribute specifies an optional base URI for the applet. + + Retrieve the codeBase attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement05.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement05.xml.notimpl deleted file mode 100644 index 81076d1..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement05.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAppletElement05 -NIST - - The codeBase attribute specifies an optional base URI for the applet. - - Retrieve the codeBase attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement06.xml b/test/testcases/tests/level1/html/HTMLAppletElement06.xml new file mode 100644 index 0000000..1d280da --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement06.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAppletElement06 +NIST + + The height attribute overrides the height. + + Retrieve the height attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement06.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement06.xml.notimpl deleted file mode 100644 index 1d280da..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement06.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAppletElement06 -NIST - - The height attribute overrides the height. - - Retrieve the height attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement07.xml.kfail b/test/testcases/tests/level1/html/HTMLAppletElement07.xml.kfail new file mode 100644 index 0000000..d3b4858 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement07.xml.kfail @@ -0,0 +1,51 @@ + + + + + + + +HTMLAppletElement07 +NIST + + The hspace attribute specifies the horizontal space to the left + and right of this image, applet, or object. Retrieve the hspace attribute and examine its value. + + This test is incompatible with L2 HTML implementations due to a change in the type of the attribute. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement07.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement07.xml.notimpl deleted file mode 100644 index d3b4858..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement07.xml.notimpl +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -HTMLAppletElement07 -NIST - - The hspace attribute specifies the horizontal space to the left - and right of this image, applet, or object. Retrieve the hspace attribute and examine its value. - - This test is incompatible with L2 HTML implementations due to a change in the type of the attribute. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement08.xml b/test/testcases/tests/level1/html/HTMLAppletElement08.xml new file mode 100644 index 0000000..a473f23 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement08.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAppletElement08 +NIST + + The name attribute specifies the name of the applet. + + Retrieve the name attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement08.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement08.xml.notimpl deleted file mode 100644 index a473f23..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement08.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAppletElement08 -NIST - - The name attribute specifies the name of the applet. - - Retrieve the name attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement09.xml.kfail b/test/testcases/tests/level1/html/HTMLAppletElement09.xml.kfail new file mode 100644 index 0000000..98d2413 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement09.xml.kfail @@ -0,0 +1,51 @@ + + + + + + + +HTMLAppletElement09 +NIST + + The vspace attribute specifies the vertical space above and below + this image, applet or object. Retrieve the vspace attribute and examine its value. + + This test is incompatible with L2 HTML implementations due to a change in the type of the attribute. + + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement09.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement09.xml.notimpl deleted file mode 100644 index 98d2413..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement09.xml.notimpl +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -HTMLAppletElement09 -NIST - - The vspace attribute specifies the vertical space above and below - this image, applet or object. Retrieve the vspace attribute and examine its value. - - This test is incompatible with L2 HTML implementations due to a change in the type of the attribute. - - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement10.xml b/test/testcases/tests/level1/html/HTMLAppletElement10.xml new file mode 100644 index 0000000..2cf1b6a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement10.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAppletElement10 +NIST + + The width attribute overrides the regular width. + + Retrieve the width attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement10.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement10.xml.notimpl deleted file mode 100644 index 2cf1b6a..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement10.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAppletElement10 -NIST - - The width attribute overrides the regular width. - - Retrieve the width attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAppletElement11.xml b/test/testcases/tests/level1/html/HTMLAppletElement11.xml new file mode 100644 index 0000000..91cba8b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAppletElement11.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAppletElement11 +NIST + + The object attribute specifies the serialized applet file. + + Retrieve the object attribute and examine its value. + +Rick Rivello +Curt Arnold +2002-07-19 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAppletElement11.xml.notimpl b/test/testcases/tests/level1/html/HTMLAppletElement11.xml.notimpl deleted file mode 100644 index 91cba8b..0000000 --- a/test/testcases/tests/level1/html/HTMLAppletElement11.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAppletElement11 -NIST - - The object attribute specifies the serialized applet file. - - Retrieve the object attribute and examine its value. - -Rick Rivello -Curt Arnold -2002-07-19 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/HTMLAppletElement07.xml b/test/testcases/tests/level2/html/HTMLAppletElement07.xml new file mode 100644 index 0000000..07a6c0d --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLAppletElement07.xml @@ -0,0 +1,42 @@ + + + + + + +HTMLAppletElement07 +NIST + + The hspace attribute specifies the horizontal space to the left + and right of this image, applet, or object. + + Retrieve the hspace attribute and examine it's value. + +Mary Brady +2001-12-03 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLAppletElement07.xml.kfail b/test/testcases/tests/level2/html/HTMLAppletElement07.xml.kfail deleted file mode 100644 index 07a6c0d..0000000 --- a/test/testcases/tests/level2/html/HTMLAppletElement07.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -HTMLAppletElement07 -NIST - - The hspace attribute specifies the horizontal space to the left - and right of this image, applet, or object. - - Retrieve the hspace attribute and examine it's value. - -Mary Brady -2001-12-03 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/HTMLAppletElement09.xml b/test/testcases/tests/level2/html/HTMLAppletElement09.xml new file mode 100644 index 0000000..b602397 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLAppletElement09.xml @@ -0,0 +1,42 @@ + + + + + + +HTMLAppletElement09 +NIST + + The vspace attribute specifies the vertical space above and below + this image, applet or object. + + Retrieve the vspace attribute and examine it's value. + +Mary Brady +2001-12-03 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLAppletElement09.xml.kfail b/test/testcases/tests/level2/html/HTMLAppletElement09.xml.kfail deleted file mode 100644 index b602397..0000000 --- a/test/testcases/tests/level2/html/HTMLAppletElement09.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -HTMLAppletElement09 -NIST - - The vspace attribute specifies the vertical space above and below - this image, applet or object. - - Retrieve the vspace attribute and examine it's value. - -Mary Brady -2001-12-03 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/files/applet.html b/test/testcases/tests/level2/html/files/applet.html new file mode 100644 index 0000000..d721cf1 --- /dev/null +++ b/test/testcases/tests/level2/html/files/applet.html @@ -0,0 +1,12 @@ + + + + +NIST DOM HTML Test - Applet + + +

+ +

+ + diff --git a/test/testcases/tests/level2/html/files/applet.xhtml b/test/testcases/tests/level2/html/files/applet.xhtml new file mode 100644 index 0000000..cf2070c --- /dev/null +++ b/test/testcases/tests/level2/html/files/applet.xhtml @@ -0,0 +1,15 @@ + + + + +NIST DOM HTML Test - Applet + + +

+ +

+ + + diff --git a/test/testcases/tests/level2/html/files/applet.xml b/test/testcases/tests/level2/html/files/applet.xml new file mode 100644 index 0000000..cf2070c --- /dev/null +++ b/test/testcases/tests/level2/html/files/applet.xml @@ -0,0 +1,15 @@ + + + + +NIST DOM HTML Test - Applet + + +

+ +

+ + + diff --git a/test/testcases/tests/level2/html/files/applet2.html b/test/testcases/tests/level2/html/files/applet2.html new file mode 100644 index 0000000..0379ed1 --- /dev/null +++ b/test/testcases/tests/level2/html/files/applet2.html @@ -0,0 +1,12 @@ + + + + +NIST DOM HTML Test - Applet + + +

+ +

+ + diff --git a/test/testcases/tests/level2/html/files/applet2.xhtml b/test/testcases/tests/level2/html/files/applet2.xhtml new file mode 100644 index 0000000..43b27da --- /dev/null +++ b/test/testcases/tests/level2/html/files/applet2.xhtml @@ -0,0 +1,15 @@ + + + + +NIST DOM HTML Test - Applet + + +

+ +

+ + + diff --git a/test/testcases/tests/level2/html/files/applet2.xml b/test/testcases/tests/level2/html/files/applet2.xml new file mode 100644 index 0000000..43b27da --- /dev/null +++ b/test/testcases/tests/level2/html/files/applet2.xml @@ -0,0 +1,15 @@ + + + + +NIST DOM HTML Test - Applet + + +

+ +

+ + + -- cgit v1.2.3