From 644e93ff924466c41e55bad14fb7a42c468a4f7c Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Sat, 17 May 2014 05:59:23 +0530 Subject: Area Element & documentElement minor fix --- .../tests/level1/html/HTMLAreaElement01.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLAreaElement01.xml.notimpl | 43 ---------------------- .../tests/level1/html/HTMLAreaElement02.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLAreaElement02.xml.notimpl | 43 ---------------------- .../tests/level1/html/HTMLAreaElement03.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLAreaElement03.xml.notimpl | 43 ---------------------- .../tests/level1/html/HTMLAreaElement04.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLAreaElement04.xml.notimpl | 42 --------------------- .../tests/level1/html/HTMLAreaElement05.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLAreaElement05.xml.notimpl | 42 --------------------- .../tests/level1/html/HTMLAreaElement06.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLAreaElement06.xml.notimpl | 42 --------------------- .../tests/level1/html/HTMLAreaElement07.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLAreaElement07.xml.notimpl | 43 ---------------------- .../tests/level1/html/HTMLAreaElement08.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLAreaElement08.xml.notimpl | 42 --------------------- test/testcases/tests/level2/html/files/area.html | 14 +++++++ test/testcases/tests/level2/html/files/area.xhtml | 17 +++++++++ test/testcases/tests/level2/html/files/area.xml | 17 +++++++++ test/testcases/tests/level2/html/files/area2.html | 15 ++++++++ test/testcases/tests/level2/html/files/area2.xhtml | 16 ++++++++ test/testcases/tests/level2/html/files/area2.xml | 16 ++++++++ 22 files changed, 435 insertions(+), 340 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement01.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement02.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement03.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement04.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement05.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement05.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement06.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement06.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement07.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement07.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLAreaElement08.xml delete mode 100644 test/testcases/tests/level1/html/HTMLAreaElement08.xml.notimpl create mode 100644 test/testcases/tests/level2/html/files/area.html create mode 100644 test/testcases/tests/level2/html/files/area.xhtml create mode 100644 test/testcases/tests/level2/html/files/area.xml create mode 100644 test/testcases/tests/level2/html/files/area2.html create mode 100644 test/testcases/tests/level2/html/files/area2.xhtml create mode 100644 test/testcases/tests/level2/html/files/area2.xml (limited to 'test') diff --git a/test/testcases/tests/level1/html/HTMLAreaElement01.xml b/test/testcases/tests/level1/html/HTMLAreaElement01.xml new file mode 100644 index 0000000..58db920 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement01.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAreaElement01 +NIST + + The accessKey attribute specifies a single character access key to + give access to the control form. + + Retrieve the accessKey attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement01.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement01.xml.notimpl deleted file mode 100644 index 58db920..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement01.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAreaElement01 -NIST - - The accessKey attribute specifies a single character access key to - give access to the control form. - - Retrieve the accessKey attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement02.xml b/test/testcases/tests/level1/html/HTMLAreaElement02.xml new file mode 100644 index 0000000..e90e643 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement02.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAreaElement02 +NIST + + The alt attribute specifies an alternate text for user agents not + rendering the normal content of this element. + + Retrieve the alt attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement02.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement02.xml.notimpl deleted file mode 100644 index e90e643..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement02.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAreaElement02 -NIST - - The alt attribute specifies an alternate text for user agents not - rendering the normal content of this element. - - Retrieve the alt attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement03.xml b/test/testcases/tests/level1/html/HTMLAreaElement03.xml new file mode 100644 index 0000000..e0d2114 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement03.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAreaElement03 +NIST + + The coords attribute specifies a comma-seperated list of lengths, + defining an active region geometry. + + Retrieve the coords attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement03.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement03.xml.notimpl deleted file mode 100644 index e0d2114..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement03.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAreaElement03 -NIST - - The coords attribute specifies a comma-seperated list of lengths, - defining an active region geometry. - - Retrieve the coords attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement04.xml b/test/testcases/tests/level1/html/HTMLAreaElement04.xml new file mode 100644 index 0000000..c464ae0 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement04.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAreaElement04 +NIST + + The href attribute specifies the URI of the linked resource. + + Retrieve the href attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement04.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement04.xml.notimpl deleted file mode 100644 index c464ae0..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement04.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAreaElement04 -NIST - - The href attribute specifies the URI of the linked resource. - - Retrieve the href attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement05.xml b/test/testcases/tests/level1/html/HTMLAreaElement05.xml new file mode 100644 index 0000000..31bff76 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement05.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAreaElement05 +NIST + + The noHref attribute specifies that this area is inactive. + + Retrieve the noHref attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement05.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement05.xml.notimpl deleted file mode 100644 index 31bff76..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement05.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAreaElement05 -NIST - - The noHref attribute specifies that this area is inactive. - - Retrieve the noHref attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement06.xml b/test/testcases/tests/level1/html/HTMLAreaElement06.xml new file mode 100644 index 0000000..407f72a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement06.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAreaElement06 +NIST + + The shape attribute specifies the shape of the active area. + + Retrieve the shape attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement06.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement06.xml.notimpl deleted file mode 100644 index 407f72a..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement06.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAreaElement06 -NIST - - The shape attribute specifies the shape of the active area. - - Retrieve the shape attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement07.xml b/test/testcases/tests/level1/html/HTMLAreaElement07.xml new file mode 100644 index 0000000..c03b07d --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement07.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLAreaElement07 +NIST + + The tabIndex attribute specifies an index that represents the element's + position in the tabbing order. + + Retrieve the tabIndex attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement07.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement07.xml.notimpl deleted file mode 100644 index c03b07d..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement07.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLAreaElement07 -NIST - - The tabIndex attribute specifies an index that represents the element's - position in the tabbing order. - - Retrieve the tabIndex attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLAreaElement08.xml b/test/testcases/tests/level1/html/HTMLAreaElement08.xml new file mode 100644 index 0000000..9d485fe --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLAreaElement08.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLAreaElement08 +NIST + + The target specifies the frame to render the resource in. + + Retrieve the target attribute and examine it's value. + +Rick Rivello +2002-05-09 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLAreaElement08.xml.notimpl b/test/testcases/tests/level1/html/HTMLAreaElement08.xml.notimpl deleted file mode 100644 index 9d485fe..0000000 --- a/test/testcases/tests/level1/html/HTMLAreaElement08.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLAreaElement08 -NIST - - The target specifies the frame to render the resource in. - - Retrieve the target attribute and examine it's value. - -Rick Rivello -2002-05-09 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/files/area.html b/test/testcases/tests/level2/html/files/area.html new file mode 100644 index 0000000..dddff68 --- /dev/null +++ b/test/testcases/tests/level2/html/files/area.html @@ -0,0 +1,14 @@ + + + + +NIST DOM HTML Test - Area + + +

+ +Domain + +

+ + diff --git a/test/testcases/tests/level2/html/files/area.xhtml b/test/testcases/tests/level2/html/files/area.xhtml new file mode 100644 index 0000000..1e497f3 --- /dev/null +++ b/test/testcases/tests/level2/html/files/area.xhtml @@ -0,0 +1,17 @@ + + + + +NIST DOM HTML Test - Area + + +

+ +Domain + +

+ + + diff --git a/test/testcases/tests/level2/html/files/area.xml b/test/testcases/tests/level2/html/files/area.xml new file mode 100644 index 0000000..1e497f3 --- /dev/null +++ b/test/testcases/tests/level2/html/files/area.xml @@ -0,0 +1,17 @@ + + + + +NIST DOM HTML Test - Area + + +

+ +Domain + +

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

+ +Domain + +

+ + diff --git a/test/testcases/tests/level2/html/files/area2.xhtml b/test/testcases/tests/level2/html/files/area2.xhtml new file mode 100644 index 0000000..5476bee --- /dev/null +++ b/test/testcases/tests/level2/html/files/area2.xhtml @@ -0,0 +1,16 @@ + + + + +NIST DOM HTML Test - Area + + +

+ +Domain + +

+ + diff --git a/test/testcases/tests/level2/html/files/area2.xml b/test/testcases/tests/level2/html/files/area2.xml new file mode 100644 index 0000000..5476bee --- /dev/null +++ b/test/testcases/tests/level2/html/files/area2.xml @@ -0,0 +1,16 @@ + + + + +NIST DOM HTML Test - Area + + +

+ +Domain + +

+ + -- cgit v1.2.3