struct-dom-05-b

raster image of struct-dom-05-b

Verify the basic capability to handle the hasFeature DOMImplementation method. The DOMImplementation instance is retreived from the Document instance. Then, its hasFeature method is invoked on the various SVG feature strings.

The test displays the set of SVG feature strings and, next to them, a text string that shows whether the feature is supported or not.

Note that the test passes whether or not the feature is supported (i.e., true or false are valid). The test fails if no value (true or false) appears next to the feature string value.

Note that this test uses the 'onload' event on the root svg element.

The rendered picture should match the reference image, except for the yes and no values which may differ depending on the implementation.