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

Side by Side Diff: LayoutTests/svg/dom/SVGMatrix-interface.xhtml

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
« no previous file with comments | « LayoutTests/svg/dom/SVGMatrix.html ('k') | LayoutTests/svg/dom/SVGNumber.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <script src="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../fast/js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="description"></div> 6 <div id="description"></div>
7 <div id="console"></div> 7 <div id="console"></div>
8 8
9 <script> 9 <script>
10 10
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 debug(""); 275 debug("");
276 debug("Test throwing exception from inverse"); 276 debug("Test throwing exception from inverse");
277 m = svgroot.createSVGMatrix(); 277 m = svgroot.createSVGMatrix();
278 m.a = 0; 278 m.a = 0;
279 m.c = 0; 279 m.c = 0;
280 shouldThrow('m.inverse()'); 280 shouldThrow('m.inverse()');
281 281
282 debug(""); 282 debug("");
283 283
284 </script> 284 </script>
285 <script src="../../fast/js/resources/js-test-post.js"></script>
286 285
287 <script> 286 <script>
288 </script> 287 </script>
289 288
290 </body> 289 </body>
291 </html> 290 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/SVGMatrix.html ('k') | LayoutTests/svg/dom/SVGNumber.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698