? .diff.txt.swp ? .htaccess ? DOMTestCase.patch ? Read-Me-First.html ? build-save.xml ? changelog.xml ? diff.txt ? lib ? rsync-2-web ? status.log ? untar-dist ? update.log ? docs/level3 ? docs/level1/html ? doxygen/dom1-html.doxygen ? doxygen/dom3-core.doxygen ? doxygen/dom3-ls.doxygen ? doxygen/dom3-xpath.doxygen ? tests/level1/core/files/xhtml-lat1.ent ? tests/level1/core/files/xhtml-special.ent ? tests/level1/core/files/xhtml-symbol.ent ? tests/level1/core/files/xhtml1-frameset.dtd ? tests/level1/core/files/xhtml1-strict.dtd ? tests/level1/core/files/xhtml1-transitional.dtd ? tests/level1/html/metadata.xml ? tests/level1/html/files/xhtml-lat1.ent ? tests/level1/html/files/xhtml-special.ent ? tests/level1/html/files/xhtml-symbol.ent ? tests/level1/html/files/xhtml1-frameset.dtd ? tests/level1/html/files/xhtml1-strict.dtd ? tests/level1/html/files/xhtml1-transitional.dtd ? tests/level3/xpath/createExpression06.xml ? tests/level3/xpath/createExpression07.xml ? tests/level3/xpath/createNSResolver03.xml ? tests/level3/xpath/lookupNamespaceURI01.xml ? tests/level3/xpath/lookupNamespaceURI02.xml ? tests/level3/xpath/testTemplate.xml ? tests/level3/xpath/xpath-expression-notes.txt Index: build.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/build.xml,v retrieving revision 1.108 diff -u -9 -p -u -r1.108 build.xml --- build.xml 19 Nov 2003 16:24:08 -0000 1.108 +++ build.xml 19 Nov 2003 16:39:27 -0000 @@ -605,18 +605,22 @@ All implementation conditions combined i + + + + @@ -632,18 +636,60 @@ All implementation conditions combined i + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1224,18 +1270,29 @@ All implementation conditions combined i + + + + + + + + + + @@ -1529,20 +1586,28 @@ All implementation conditions combined i + + + + + + + + @@ -1737,19 +1802,19 @@ All implementation conditions combined i - + @@ -1767,18 +1832,22 @@ All implementation conditions combined i + + + + @@ -2071,34 +2140,36 @@ All implementation conditions combined i - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: docs/level1/core/index.htm =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/docs/level1/core/index.htm,v retrieving revision 1.6 diff -u -9 -p -u -r1.6 index.htm --- docs/level1/core/index.htm 13 Feb 2002 22:41:05 -0000 1.6 +++ docs/level1/core/index.htm 19 Nov 2003 16:39:28 -0000 @@ -73,27 +73,27 @@ of the DOM Level 1 Core Test Suite.

- - + + - - + + - + @@ -125,31 +125,31 @@ of the DOM Level 1 Core Test Suite.

index.htmlThis file
dom1-core-matrix.html A cross reference of the tests to the DOM 1 Core Recommendation, pointers to the tests and documentation.
ecmascript/testRunner.htmlA modified JSUnit 1.2.6 test runner. JSUnit is licensed under the GNU Public Licenseecmascript/jsunit/testRunner.htmlA modified JSUnit test runner. JSUnit is licensed under the GNU Public License
ecmascript/app, ecmascript/docs, ecmascript/images, ecmascript/jsunit-self-testsJSUnit 1.2.6 support filesecmascript/jsunit/app, ecmascript/jsunit/docs, ecmascript/jsunit/images, ecmascript/jsunit/testsJSUnit support files
ecmascript/testsecmascript/jsunit/tests DOM tests for use with JSUnit
java/dom1-core.jar DOM tests for Java implementations, includes source code.
java/junit-run.jar A test framework adapter that supports running dom1-core.jar with the JUnit 3.7 test framework.

Running the ECMAScript tests

The DOM TS currently tests XML and SVG implementations of DOM Level 1 Core. Later revisions will provide testing of HTML implementation conformance with DOM Level 1.

To run the ECMAScript tests, open the JsUnit test runner in the browser +href="ecmascript/jsunit/testRunner.html">JsUnit test runner in the browser you want to test, press the browse button and look for the file -"ecmascript/tests/alltests.html". +"ecmascript/level1/core/alltests.html". After that, press Run to run all DOM 1 tests compatible with the implementation. If you choose to run individual tests, the above procedure works similarly, just browse for the test you want to -run in the "ecmascript/tests" directory.

+run in the "ecmascript/level1/core" directory.

These tests have been run with Microsoft Internet Explorer 5.0 and later for Microsoft Windows and Mozilla 0.9.8 and Netscape Navigator 6.2 and later for Microsoft Windows, Linux and Apple OS X. Use on Apple OS X required replacing colon (:) in the test case name with slashes (/).

To test the DOM implementation of the Adobe SVG Viewer, select -"ecmascript/tests/svg-alltests.html" and press Run.

+"ecmascript/level1/core/svg-alltests.html" and press Run.

For JsUnit reference, please visit the JsUnit home page. JsUnit will provide output with indication on how many tests that were run, how many failed and how many errors were found while running. The error log points to the actual test, so identifying what you need to do in your implementation is simplified.

Running the Java tests

Running the Java tests will require placing a JAXP 1.1 compatible parser on the classpath or Index: docs/level2/core/index.htm =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/docs/level2/core/index.htm,v retrieving revision 1.1 diff -u -9 -p -u -r1.1 index.htm --- docs/level2/core/index.htm 28 Feb 2002 06:04:41 -0000 1.1 +++ docs/level2/core/index.htm 19 Nov 2003 16:39:28 -0000 @@ -73,27 +73,27 @@ of the DOM Level 2 Core Test Suite.

- - + + - - + + - + @@ -125,31 +125,31 @@ of the DOM Level 2 Core Test Suite.

index.htmlThis file
dom2-core-matrix.html A cross reference of the tests to the DOM 2 Core Recommendation, pointers to the tests and documentation.
ecmascript/testRunner.htmlA modified JSUnit 1.2.6 test runner. JSUnit is licensed under the GNU Public Licenseecmascript/jsunit/testRunner.htmlA modified JSUnit test runner. JSUnit is licensed under the GNU Public License
ecmascript/app, ecmascript/docs, ecmascript/images, ecmascript/jsunit-self-testsJSUnit 1.2.6 support filesecmascript/jsunit/app, ecmascript/jsunit/docs, ecmascript/jsunit/images, ecmascript/jsunit/testsJSUnit support files
ecmascript/testsecmascript/level2/core DOM tests for use with JSUnit
java/dom2-core.jar DOM tests for Java implementations, includes source code.
java/junit-run.jar A test framework adapter that supports running dom2-core.jar with the JUnit 3.7 test framework.

Running the ECMAScript tests

The DOM TS currently tests XML and SVG implementations of DOM Level 2 Core. Later revisions will provide testing of HTML implementation conformance with DOM Level 2.

To run the ECMAScript tests, open the JsUnit test runner in the browser +href="ecmascript/jsunit/testRunner.html">JsUnit test runner in the browser you want to test, press the browse button and look for the file -"ecmascript/tests/alltests.html". +"ecmascript/level2/core/alltests.html". After that, press Run to run all DOM 2 tests compatible with the implementation. If you choose to run individual tests, the above procedure works similarly, just browse for the test you want to -run in the "ecmascript/tests" directory.

+run in the "ecmascript/level2/core" directory.

These tests have been run with Microsoft Internet Explorer 5.0 and later for Microsoft Windows and Mozilla 0.9.8 and Netscape Navigator 6.2 and later for Microsoft Windows, Linux and Apple OS X. Use on Apple OS X required replacing colon (:) in the test case name with slashes (/).

To test the DOM implementation of the Adobe SVG Viewer, select -"ecmascript/tests/svg-alltests.html" and press Run.

+"ecmascript/level2/core/svg-alltests.html" and press Run.

For JsUnit reference, please visit the JsUnit home page. JsUnit will provide output with indication on how many tests that were run, how many failed and how many errors were found while running. The error log points to the actual test, so identifying what you need to do in your implementation is simplified.

Running the Java tests

Running the Java tests will require placing a JAXP 1.1 compatible parser on the classpath or Index: docs/level2/html/index.htm =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/docs/level2/html/index.htm,v retrieving revision 1.1 diff -u -9 -p -u -r1.1 index.htm --- docs/level2/html/index.htm 18 Sep 2002 05:22:52 -0000 1.1 +++ docs/level2/html/index.htm 19 Nov 2003 16:39:28 -0000 @@ -73,27 +73,27 @@ of the DOM Level 2 HTML Test Suite.

- - + + - - + + - + @@ -125,31 +125,30 @@ of the DOM Level 2 HTML Test Suite.

index.htmlThis file
dom2-html-matrix.html A cross reference of the tests to the DOM 2 HTML Recommendation, pointers to the tests and documentation.
ecmascript/testRunner.htmlA modified JSUnit 1.2.6 test runner. JSUnit is licensed under the GNU Public Licenseecmascript/jsunit/testRunner.htmlA modified JSUnit test runner. JSUnit is licensed under the GNU Public License
ecmascript/app, ecmascript/docs, ecmascript/images, ecmascript/jsunit-self-testsJSUnit 1.2.6 support filesecmascript/jsunit/app, ecmascript/jsunit/docs, ecmascript/jsunit/images, ecmascript/jsunit/testsJSUnit support files
ecmascript/testsecmascript/level2/html DOM tests for use with JSUnit
java/dom2-html.jar DOM tests for Java implementations, includes source code.
java/junit-run.jar A test framework adapter that supports running dom2-html.jar with the JUnit 3.7 test framework.

Running the ECMAScript tests

The DOM TS currently tests XML and SVG implementations of DOM Level 2 HTML. Later revisions will provide testing of HTML implementation conformance with DOM Level 2.

To run the ECMAScript tests, open the JsUnit test runner in the browser -you want to test, press the browse button and look for the file -"ecmascript/tests/alltests.html". + href="ecmascript/level2/html/alltests.html">ecmascript/level2/html/alltests.html in the browser +you want to test, make your selections then click Load JsUnit. After that, press Run to run all DOM 2 tests compatible with the implementation. If you choose to run individual tests, the above procedure works similarly, just browse for the test you want to -run in the "ecmascript/tests" directory.

+run in the "ecmascript/level2/html" directory.

These tests have been run with Microsoft Internet Explorer 5.0 and later for Microsoft Windows and Mozilla 0.9.8 and Netscape Navigator 6.2 and later for Microsoft Windows, Linux and Apple OS X. Use on Apple OS X required replacing colon (:) in the test case name with slashes (/).

To test the DOM implementation of the Adobe SVG Viewer, select -"ecmascript/tests/svg-alltests.html" and press Run.

+"ecmascript/level2/html/svg-alltests.html" and press Run.

For JsUnit reference, please visit the JsUnit home page. JsUnit will provide output with indication on how many tests that were run, how many failed and how many errors were found while running. The error log points to the actual test, so identifying what you need to do in your implementation is simplified.

Running the Java tests

Running the Java tests will require placing a JAXP 1.1 compatible parser on the classpath or