Index: ecmascript/DOMTestCase.js =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/ecmascript/DOMTestCase.js,v retrieving revision 1.23 diff -u -r1.23 DOMTestCase.js --- ecmascript/DOMTestCase.js 21 May 2003 05:00:33 -0000 1.23 +++ ecmascript/DOMTestCase.js 20 Jun 2003 19:52:53 -0000 @@ -188,14 +188,10 @@ function IFrameBuilder() { this.contentType = "text/html"; - this.supportedContentTypes = [ "text/html", - "text/xml", - "image/svg+xml", - "application/xhtml+xml", - "text/mathml" ]; + this.supportedContentTypes = [ "text/html" ]; this.supportsAsyncChange = false; - this.async = true; + this.async = false; this.fixedAttributeNames = [ "validating", "expandEntityReferences", "coalescing", "signed", "hasNullString", "ignoringElementContentWhitespace", "namespaceAware" ]; @@ -219,8 +215,7 @@ if (url == "staff" && this.contentType == "text/html") { throw "Tests using staff document are not supported by HTML processors"; } - frame.document.location.href = fileBase + url + getSuffix(this.contentType); - return 0; + return 1; } IFrameBuilder.prototype.load = function(frame, varname, url) { Index: transforms/test-to-jsunit.xsl =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/transforms/test-to-jsunit.xsl,v retrieving revision 1.12 diff -u -r1.12 test-to-jsunit.xsl --- transforms/test-to-jsunit.xsl 20 May 2003 03:17:27 -0000 1.12 +++ transforms/test-to-jsunit.xsl 20 Jun 2003 19:53:20 -0000 @@ -128,7 +128,15 @@

This page contains test "".

- + + + + + + + + + @@ -252,10 +260,10 @@ - + - - + +
Content Type
XML
XML
HTML
XHTML
SVG
XHTML
SVG