OLD | NEW |
1 Validates the SVG2 inheritance model. | 1 Validates the SVG2 inheritance model. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS SVGAElement inherits SVGGraphicsElement | 6 PASS SVGAElement inherits SVGGraphicsElement |
7 PASS SVGAltGlyphDefElement inherits SVGElement | 7 PASS SVGAltGlyphDefElement inherits SVGElement |
8 PASS SVGAltGlyphElement inherits SVGTextPositioningElement | 8 PASS SVGAltGlyphElement inherits SVGTextPositioningElement |
9 PASS SVGAltGlyphItemElement inherits SVGElement | 9 PASS SVGAltGlyphItemElement inherits SVGElement |
10 PASS SVGAngle inherits Object | 10 PASS SVGAngle inherits Object |
(...skipping 17 matching lines...) Expand all Loading... |
28 PASS SVGAnimationElement inherits SVGElement | 28 PASS SVGAnimationElement inherits SVGElement |
29 FAIL SVGCSSRule is not defined | 29 FAIL SVGCSSRule is not defined |
30 PASS SVGCircleElement inherits SVGGeometryElement | 30 PASS SVGCircleElement inherits SVGGeometryElement |
31 FAIL SVGClipPathElement should inherit SVGDefinitionElement but got SVGGraphicsE
lement instead | 31 FAIL SVGClipPathElement should inherit SVGDefinitionElement but got SVGGraphicsE
lement instead |
32 FAIL SVGColorProfileElement is not defined | 32 FAIL SVGColorProfileElement is not defined |
33 FAIL SVGColorProfileRule is not defined | 33 FAIL SVGColorProfileRule is not defined |
34 PASS SVGCursorElement inherits SVGElement | 34 PASS SVGCursorElement inherits SVGElement |
35 PASS SVGDefsElement inherits SVGGraphicsElement | 35 PASS SVGDefsElement inherits SVGGraphicsElement |
36 PASS SVGDescElement inherits SVGElement | 36 PASS SVGDescElement inherits SVGElement |
37 PASS SVGElement inherits Element | 37 PASS SVGElement inherits Element |
38 PASS SVGElementInstance inherits EventTarget | |
39 PASS SVGEllipseElement inherits SVGGeometryElement | 38 PASS SVGEllipseElement inherits SVGGeometryElement |
40 PASS SVGFontElement inherits SVGElement | 39 PASS SVGFontElement inherits SVGElement |
41 PASS SVGFontFaceElement inherits SVGElement | 40 PASS SVGFontFaceElement inherits SVGElement |
42 PASS SVGFontFaceFormatElement inherits SVGElement | 41 PASS SVGFontFaceFormatElement inherits SVGElement |
43 PASS SVGFontFaceNameElement inherits SVGElement | 42 PASS SVGFontFaceNameElement inherits SVGElement |
44 PASS SVGFontFaceSrcElement inherits SVGElement | 43 PASS SVGFontFaceSrcElement inherits SVGElement |
45 PASS SVGFontFaceUriElement inherits SVGElement | 44 PASS SVGFontFaceUriElement inherits SVGElement |
46 PASS SVGForeignObjectElement inherits SVGGraphicsElement | 45 PASS SVGForeignObjectElement inherits SVGGraphicsElement |
47 PASS SVGGElement inherits SVGGraphicsElement | 46 PASS SVGGElement inherits SVGGraphicsElement |
48 PASS SVGGeometryElement inherits SVGGraphicsElement | 47 PASS SVGGeometryElement inherits SVGGraphicsElement |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 PASS SVGUseElement inherits SVGGraphicsElement | 118 PASS SVGUseElement inherits SVGGraphicsElement |
120 PASS SVGVKernElement inherits SVGElement | 119 PASS SVGVKernElement inherits SVGElement |
121 PASS SVGViewElement inherits SVGElement | 120 PASS SVGViewElement inherits SVGElement |
122 PASS SVGViewSpec inherits Object | 121 PASS SVGViewSpec inherits Object |
123 PASS SVGZoomEvent inherits UIEvent | 122 PASS SVGZoomEvent inherits UIEvent |
124 FAIL TimeEvent is not defined | 123 FAIL TimeEvent is not defined |
125 PASS successfullyParsed is true | 124 PASS successfullyParsed is true |
126 | 125 |
127 TEST COMPLETE | 126 TEST COMPLETE |
128 | 127 |
OLD | NEW |