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 593 - Direct SVG hosting
Summary: Direct SVG hosting
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: 2004-03-11 14:20 UTC by Curt Arnold
Modified: 2004-03-11 19:28 UTC (History)
0 users

See Also:


Attachments
SVG in SVG support (73.55 KB, patch)
2004-03-11 14:21 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-11 14:20:36 UTC
SVG plugins could be tested from JSUnit's HTML host page and Batik could be 
tested using the JUnit framework, however there has not been any direct 
support for standalone SVG implementations and neither of the available 
approaches would lend itself to getting DOM test suite cases into the SVG test 
suite.

These changes leverage the existing ecmascript code generation to generate SVG 
files that will display a green box if the test passes, yellow if the test was 
incompatible with the implementation and red for failure or error.  The test 
can be run by loading the .svg files into Batik's Squiggle browser.  They do 
not run using the Adobe SVG plug in since they depend on external entity 
references which the plug in does not appropriately handle.  If you cut and 
paste the external entities in, though the tests will work.
Comment 1 Curt Arnold 2004-03-11 14:21:21 UTC
Created attachment 305 [details]
SVG in SVG support