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 638 - Self hosting HTML and XHTML tests
Summary: Self hosting HTML and XHTML tests
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Other other
: P2 enhancement
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-26 11:03 UTC by Curt Arnold
Modified: 2004-05-08 07:02 UTC (History)
0 users

See Also:


Attachments
Adds self hosting HTML and XHTML tests (96.53 KB, patch)
2004-03-26 11:12 UTC, Curt Arnold
Details
Refinements of self-hosted stuff (129.87 KB, patch)
2004-03-29 12:20 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-26 11:03:55 UTC
Most Mac browsers and the Palm browser cannot successfully run JSUnit.  This 
enhancements provides self-hosting HTML and XHTML versions of tests that have 
an HTML or XHTML compatible data file.  When the file is loaded a script 
references on the page excutes the test and then modifies the document to show 
the results.  An alltests.[x]html is provided that can be used to run the 
tests and collect the results for inclusion in a results matrix.  (The Palm 
browser does not successfully load alltests.html).

The self-hosting tests are a subset of the full test suite.  Self-hosting 
tests cannot load a XML-only data file such as "staff" and can't load two 
different files.

This bug is a follow on to bug 593 which added self-hosting SVG tests.
Comment 1 Curt Arnold 2004-03-26 11:12:28 UTC
Created attachment 328 [details]
Adds self hosting HTML and XHTML tests
Comment 2 Curt Arnold 2004-03-29 12:20:47 UTC
Created attachment 329 [details]
Refinements of self-hosted stuff