From f3a8f9b62f805739acd19082026eb5afd3df9640 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 22 Jul 2012 12:07:26 +0100 Subject: HTMLBodyElement: Implementation and test enabling --- .../tests/level1/html/HTMLBodyElement01.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLBodyElement01.xml.notimpl | 42 --------------------- .../tests/level1/html/HTMLBodyElement02.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLBodyElement02.xml.notimpl | 43 ---------------------- .../tests/level1/html/HTMLBodyElement03.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLBodyElement03.xml.notimpl | 42 --------------------- .../tests/level1/html/HTMLBodyElement04.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLBodyElement04.xml.notimpl | 43 ---------------------- .../tests/level1/html/HTMLBodyElement05.xml | 42 +++++++++++++++++++++ .../level1/html/HTMLBodyElement05.xml.notimpl | 42 --------------------- .../tests/level1/html/HTMLBodyElement06.xml | 43 ++++++++++++++++++++++ .../level1/html/HTMLBodyElement06.xml.notimpl | 43 ---------------------- 12 files changed, 255 insertions(+), 255 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLBodyElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLBodyElement01.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLBodyElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLBodyElement02.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLBodyElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLBodyElement03.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLBodyElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLBodyElement04.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLBodyElement05.xml delete mode 100644 test/testcases/tests/level1/html/HTMLBodyElement05.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLBodyElement06.xml delete mode 100644 test/testcases/tests/level1/html/HTMLBodyElement06.xml.notimpl (limited to 'test/testcases') diff --git a/test/testcases/tests/level1/html/HTMLBodyElement01.xml b/test/testcases/tests/level1/html/HTMLBodyElement01.xml new file mode 100644 index 0000000..95438c6 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLBodyElement01.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLBodyElement01 +NIST + + The aLink attribute specifies the color of active links. + + Retrieve the aLink attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLBodyElement01.xml.notimpl b/test/testcases/tests/level1/html/HTMLBodyElement01.xml.notimpl deleted file mode 100644 index 95438c6..0000000 --- a/test/testcases/tests/level1/html/HTMLBodyElement01.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLBodyElement01 -NIST - - The aLink attribute specifies the color of active links. - - Retrieve the aLink attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLBodyElement02.xml b/test/testcases/tests/level1/html/HTMLBodyElement02.xml new file mode 100644 index 0000000..e5e7d34 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLBodyElement02.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLBodyElement02 +NIST + + The background attribute specifies the URI fo the background texture + tile image. + + Retrieve the background attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLBodyElement02.xml.notimpl b/test/testcases/tests/level1/html/HTMLBodyElement02.xml.notimpl deleted file mode 100644 index e5e7d34..0000000 --- a/test/testcases/tests/level1/html/HTMLBodyElement02.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLBodyElement02 -NIST - - The background attribute specifies the URI fo the background texture - tile image. - - Retrieve the background attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLBodyElement03.xml b/test/testcases/tests/level1/html/HTMLBodyElement03.xml new file mode 100644 index 0000000..3f0d492 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLBodyElement03.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLBodyElement03 +NIST + + The bgColor attribute specifies the document background color. + + Retrieve the bgColor attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLBodyElement03.xml.notimpl b/test/testcases/tests/level1/html/HTMLBodyElement03.xml.notimpl deleted file mode 100644 index 3f0d492..0000000 --- a/test/testcases/tests/level1/html/HTMLBodyElement03.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLBodyElement03 -NIST - - The bgColor attribute specifies the document background color. - - Retrieve the bgColor attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLBodyElement04.xml b/test/testcases/tests/level1/html/HTMLBodyElement04.xml new file mode 100644 index 0000000..0bbab8c --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLBodyElement04.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLBodyElement04 +NIST + + The link attribute specifies the color of links that are not active + and unvisited. + + Retrieve the link attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLBodyElement04.xml.notimpl b/test/testcases/tests/level1/html/HTMLBodyElement04.xml.notimpl deleted file mode 100644 index 0bbab8c..0000000 --- a/test/testcases/tests/level1/html/HTMLBodyElement04.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLBodyElement04 -NIST - - The link attribute specifies the color of links that are not active - and unvisited. - - Retrieve the link attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLBodyElement05.xml b/test/testcases/tests/level1/html/HTMLBodyElement05.xml new file mode 100644 index 0000000..b9b1596 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLBodyElement05.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLBodyElement05 +NIST + + The text attribute specifies the document text color. + + Retrieve the text attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLBodyElement05.xml.notimpl b/test/testcases/tests/level1/html/HTMLBodyElement05.xml.notimpl deleted file mode 100644 index b9b1596..0000000 --- a/test/testcases/tests/level1/html/HTMLBodyElement05.xml.notimpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLBodyElement05 -NIST - - The text attribute specifies the document text color. - - Retrieve the text attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLBodyElement06.xml b/test/testcases/tests/level1/html/HTMLBodyElement06.xml new file mode 100644 index 0000000..e2adef5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLBodyElement06.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLBodyElement06 +NIST + + The vLink attribute specifies the color of links that have been + visited by the user. + + Retrieve the vLink attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLBodyElement06.xml.notimpl b/test/testcases/tests/level1/html/HTMLBodyElement06.xml.notimpl deleted file mode 100644 index e2adef5..0000000 --- a/test/testcases/tests/level1/html/HTMLBodyElement06.xml.notimpl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLBodyElement06 -NIST - - The vLink attribute specifies the color of links that have been - visited by the user. - - Retrieve the vLink attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3