- From: Curt Arnold <carnold@houston.rr.com>
- Date: Mon, 10 Dec 2001 10:39:06 -0600
- To: <www-dom-ts@w3.org>
The contentType attribute goes on the suite element to specify that the tests in the suite should be run using they specified contentType. <suite name="svg_alltests" contentType="image/xml+svg"...> <suite.member href="alltests.xml"/> </suite> The contentType element would be used as a condition when the expected value differs with contentType, for example: <if> <contentType type="image/xml+svg"/> <assertEquals actual="docElemNodeName" expected='"svg"' id="svgdocelem" ignoreCase="false"/> <else> <assertEquals actual="docElemNodeName" expected='"staff"' id="docelem" ignoreCase="false"/> </else> </if> ----- Original Message ----- From: Mary Brady To: Curt Arnold Sent: Monday, December 10, 2001 9:16 AM Subject: Re: contentType/offline fixes Okay -- could you refresh my memory -- where does the contentType go ?
Received on Monday, 10 December 2001 11:41:12 UTC