From 1eb7bbe78840ef89af45567cfd17f1fe60b05a40 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 25 Mar 2012 09:35:09 +0000 Subject: Enable 3 HTMLDocument tests svn path=/trunk/libdom/; revision=13660 --- .../testcases/tests/level1/html/HTMLDocument01.xml | 38 ++++++++++++++++++++ .../tests/level1/html/HTMLDocument01.xml.notimpl | 38 -------------------- .../testcases/tests/level1/html/HTMLDocument02.xml | 40 ++++++++++++++++++++++ .../tests/level1/html/HTMLDocument02.xml.notimpl | 40 ---------------------- .../testcases/tests/level1/html/HTMLDocument03.xml | 40 ++++++++++++++++++++++ .../tests/level1/html/HTMLDocument03.xml.notimpl | 40 ---------------------- 6 files changed, 118 insertions(+), 118 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLDocument01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLDocument01.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLDocument02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLDocument02.xml.notimpl create mode 100644 test/testcases/tests/level1/html/HTMLDocument03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLDocument03.xml.notimpl (limited to 'test') diff --git a/test/testcases/tests/level1/html/HTMLDocument01.xml b/test/testcases/tests/level1/html/HTMLDocument01.xml new file mode 100644 index 0000000..2e528d5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLDocument01.xml @@ -0,0 +1,38 @@ + + + + + + + +HTMLDocument01 +NIST + + The title attribute is the specified title as a string. + + Retrieve the title attribute and examine its value. + +Mary Brady +2002-01-18 + + + + + + + +<assertEquals actual="vtitle" expected='"NIST DOM HTML Test - DOCUMENT"' id="titleLink" ignoreCase="false"/> +</test> diff --git a/test/testcases/tests/level1/html/HTMLDocument01.xml.notimpl b/test/testcases/tests/level1/html/HTMLDocument01.xml.notimpl deleted file mode 100644 index 2e528d5..0000000 --- a/test/testcases/tests/level1/html/HTMLDocument01.xml.notimpl +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet href="test-to-html.xml" type="text/xml"?> - -<!-- - -Copyright (c) 2001 World Wide Web Consortium, -(Massachusetts Institute of Technology, Institut National de -Recherche en Informatique et en Automatique, Keio University). All -Rights Reserved. This program is distributed under the W3C's Software -Intellectual Property License. This program is distributed in the -hope that it will be useful, but WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. - -See W3C License http://www.w3.org/Consortium/Legal/ for more details. - ---> -<!DOCTYPE test SYSTEM "dom1.dtd"> -<test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1" name="HTMLDocument01"> -<metadata> -<title>HTMLDocument01 -NIST - - The title attribute is the specified title as a string. - - Retrieve the title attribute and examine its value. - -Mary Brady -2002-01-18 - - - - - - - -<assertEquals actual="vtitle" expected='"NIST DOM HTML Test - DOCUMENT"' id="titleLink" ignoreCase="false"/> -</test> diff --git a/test/testcases/tests/level1/html/HTMLDocument02.xml b/test/testcases/tests/level1/html/HTMLDocument02.xml new file mode 100644 index 0000000..24bd58f --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLDocument02.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="test-to-html.xml" type="text/xml"?> + +<!-- + +Copyright (c) 2001 World Wide Web Consortium, +(Massachusetts Institute of Technology, Institut National de +Recherche en Informatique et en Automatique, Keio University). All +Rights Reserved. This program is distributed under the W3C's Software +Intellectual Property License. This program is distributed in the +hope that it will be useful, but WITHOUT ANY WARRANTY; without even +the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. + +See W3C License http://www.w3.org/Consortium/Legal/ for more details. + +--> +<!DOCTYPE test SYSTEM "dom1.dtd"> +<test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1" name="HTMLDocument02"> +<metadata> +<title>HTMLDocument02 +NIST + + The referrer attribute returns the URI of the page that linked to this + page. + + Retrieve the referrer attribute and examine its value. + +Mary Brady +2002-01-18 + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLDocument02.xml.notimpl b/test/testcases/tests/level1/html/HTMLDocument02.xml.notimpl deleted file mode 100644 index 24bd58f..0000000 --- a/test/testcases/tests/level1/html/HTMLDocument02.xml.notimpl +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - -HTMLDocument02 -NIST - - The referrer attribute returns the URI of the page that linked to this - page. - - Retrieve the referrer attribute and examine its value. - -Mary Brady -2002-01-18 - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLDocument03.xml b/test/testcases/tests/level1/html/HTMLDocument03.xml new file mode 100644 index 0000000..97e291d --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLDocument03.xml @@ -0,0 +1,40 @@ + + + + + + + +HTMLDocument03 +NIST + + The domain attribute specifies the domain name of the server that served + the document, or null if the server cannot be identified by a domain name. + + Retrieve the domain attribute and examine its value. + +Mary Brady +2002-01-18 + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLDocument03.xml.notimpl b/test/testcases/tests/level1/html/HTMLDocument03.xml.notimpl deleted file mode 100644 index 97e291d..0000000 --- a/test/testcases/tests/level1/html/HTMLDocument03.xml.notimpl +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - -HTMLDocument03 -NIST - - The domain attribute specifies the domain name of the server that served - the document, or null if the server cannot be identified by a domain name. - - Retrieve the domain attribute and examine its value. - -Mary Brady -2002-01-18 - - - - - - - - - - -- cgit v1.2.3