This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 456 - Add schemaValidation precondition for validation tests
Summary: Add schemaValidation precondition for validation tests
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 01:52 UTC by Curt Arnold
Modified: 2004-01-06 08:08 UTC (History)
0 users

See Also:


Attachments
Adds schemaValidating precondition (96.88 KB, patch)
2004-01-06 01:56 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-06 01:52:44 UTC
The L3 validation tests presuppose schema validation, however there was no 
mechanism to assert that precondition.  I've added a new value for 
implementationAttribute so that adding a 

<implementationAttribute name="schemaValidating" value="true"

following the </metadata> will force the test document to be schema validated.

In addition, I added some tests checking the behavior of hasFeature() and 
getFeature().
Comment 1 Curt Arnold 2004-01-06 01:56:18 UTC
Created attachment 158 [details]
Adds schemaValidating precondition