| 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="../../resources/js-test.js"></script> | 5 <script src="../../resources/js-test.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 98 checkParent("SVGTextContentElement", "SVGGraphicsElement"); | 98 checkParent("SVGTextContentElement", "SVGGraphicsElement"); | 
| 99 checkParent("SVGTextElement", "SVGTextPositioningElement"); | 99 checkParent("SVGTextElement", "SVGTextPositioningElement"); | 
| 100 checkParent("SVGTextPathElement", "SVGTextContentElement"); | 100 checkParent("SVGTextPathElement", "SVGTextContentElement"); | 
| 101 checkParent("SVGTextPositioningElement", "SVGTextContentElement"); | 101 checkParent("SVGTextPositioningElement", "SVGTextContentElement"); | 
| 102 checkParent("SVGTitleElement", "SVGElement"); | 102 checkParent("SVGTitleElement", "SVGElement"); | 
| 103 checkParent("SVGTransform", "Object"); | 103 checkParent("SVGTransform", "Object"); | 
| 104 checkParent("SVGTransformList", "Object"); | 104 checkParent("SVGTransformList", "Object"); | 
| 105 checkParent("SVGUseElement", "SVGGraphicsElement"); | 105 checkParent("SVGUseElement", "SVGGraphicsElement"); | 
| 106 checkParent("SVGViewElement", "SVGElement"); | 106 checkParent("SVGViewElement", "SVGElement"); | 
| 107 checkParent("SVGViewSpec", "Object"); | 107 checkParent("SVGViewSpec", "Object"); | 
| 108 checkParent("SVGZoomEvent", "UIEvent"); |  | 
| 109 checkParent("TimeEvent", "Event"); | 108 checkParent("TimeEvent", "Event"); | 
| 110 </script> | 109 </script> | 
| 111 </body> | 110 </body> | 
| 112 </html> | 111 </html> | 
| OLD | NEW | 
|---|