| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="help" href="http://www.w3.org/TR/2013/WD-SVG2-20130618/" /> | 4 <link rel="help" href="http://www.w3.org/TR/2013/WD-SVG2-20130618/" /> |
| 5 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <script> | 8 <script> |
| 9 description("Validates the SVG2 inheritance model."); | 9 description("Validates the SVG2 inheritance model."); |
| 10 | 10 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 checkParent("SVGTitleElement", "SVGElement"); | 138 checkParent("SVGTitleElement", "SVGElement"); |
| 139 checkParent("SVGTransform", "Object"); | 139 checkParent("SVGTransform", "Object"); |
| 140 checkParent("SVGTransformList", "Object"); | 140 checkParent("SVGTransformList", "Object"); |
| 141 checkParent("SVGUseElement", "SVGGraphicsElement"); | 141 checkParent("SVGUseElement", "SVGGraphicsElement"); |
| 142 checkParent("SVGVKernElement", "SVGElement"); | 142 checkParent("SVGVKernElement", "SVGElement"); |
| 143 checkParent("SVGViewElement", "SVGElement"); | 143 checkParent("SVGViewElement", "SVGElement"); |
| 144 checkParent("SVGViewSpec", "Object"); | 144 checkParent("SVGViewSpec", "Object"); |
| 145 checkParent("SVGZoomEvent", "UIEvent"); | 145 checkParent("SVGZoomEvent", "UIEvent"); |
| 146 checkParent("TimeEvent", "Event"); | 146 checkParent("TimeEvent", "Event"); |
| 147 </script> | 147 </script> |
| 148 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 149 </body> | 148 </body> |
| 150 </html> | 149 </html> |
| OLD | NEW |