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 366 - alltest.html DOM 3 LS option calls non existent DOML3Builder.hasFeature
Summary: alltest.html DOM 3 LS option calls non existent DOML3Builder.hasFeature
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-20 20:00 UTC by Bob Clary
Modified: 2003-11-19 06:29 UTC (History)
0 users

See Also:


Attachments
Adds hasFeature to DOML3Builder (587 bytes, patch)
2003-11-19 01:27 UTC, Curt Arnold
Details

Description Bob Clary 2003-10-20 20:00:40 UTC
checkTest() in DOMTestSuite.js line 136 calls builder.hasFeature.

This fails for any DOM[1|2] test which specifies a DOM 3 Load/Save
implementation from alltests.html since the DOM3LSBuilder() object in 
DOMTestCase.js does not implement hasFeature.
Comment 1 Curt Arnold 2003-11-19 01:27:53 UTC
Created attachment 56 [details]
Adds hasFeature to DOML3Builder