Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: LayoutTests/svg/dom/svg2-inheritance.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/script-tests/TEMPLATE.html ('k') | LayoutTests/svg/dom/svglist-exception-on-out-bounds-error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698