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

Side by Side Diff: LayoutTests/svg/dom/fuzz-path-parser.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 <html> 1 <html>
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 <script src="resources/scripted-random.js"></script> 4 <script src="resources/scripted-random.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p id="description"></p> 7 <p id="description"></p>
8 <div id="console"></div> 8 <div id="console"></div>
9 <script> 9 <script>
10 description("This test fuzzes the path parser with semi-random attribute val ues and dumps the results."); 10 description("This test fuzzes the path parser with semi-random attribute val ues and dumps the results.");
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 // Empty-ish paths 87 // Empty-ish paths
88 parsePath(""); 88 parsePath("");
89 parsePath("M"); 89 parsePath("M");
90 parsePath("M" + String.fromCharCode(0)); 90 parsePath("M" + String.fromCharCode(0));
91 // Edge case paths: 91 // Edge case paths:
92 parsePath("M1,1Z0"); 92 parsePath("M1,1Z0");
93 } 93 }
94 fuzz(); 94 fuzz();
95 95
96 </script> 96 </script>
97 <script src="../../fast/js/resources/js-test-post.js"></script>
98 </html> 97 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/feFlood-no-in1.html ('k') | LayoutTests/svg/dom/getElementsByTagName-localName-matching.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698