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 427 - DOMTestCase.js missing same(), checkFeature()
Summary: DOMTestCase.js missing same(), checkFeature()
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-12-15 11:32 UTC by Bob Clary
Modified: 2003-12-15 18:37 UTC (History)
0 users

See Also:


Attachments
add same(), checkFeature() (1.46 KB, patch)
2003-12-15 11:32 UTC, Bob Clary
Details

Description Bob Clary 2003-12-15 11:32:21 UTC
DOMTestCase.js is missing same() and checkFeature() definitions. See attached
patch. same() is trivial, but checkFeature() may need to be changed depending on
how it was originally intended to be used.
Comment 1 Bob Clary 2003-12-15 11:32:47 UTC
Created attachment 99 [details]
add same(), checkFeature()
Comment 2 Curt Arnold 2003-12-15 13:37:15 UTC
Committed.