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

Side by Side Diff: LayoutTests/svg/dom/length-list-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
« no previous file with comments | « LayoutTests/svg/dom/id-reflect.html ('k') | LayoutTests/svg/dom/operatorAttribute.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> 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 length list parser with semi-random attrib ute values and dumps the results of any values that parse successfully."); 10 description("This test fuzzes the length list parser with semi-random attrib ute values and dumps the results of any values that parse successfully.");
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 } 65 }
66 66
67 // Empty-ish length lists 67 // Empty-ish length lists
68 parseLengthList(""); 68 parseLengthList("");
69 parseLengthList(String.fromCharCode(0)); 69 parseLengthList(String.fromCharCode(0));
70 } 70 }
71 71
72 fuzz(); 72 fuzz();
73 73
74 </script> 74 </script>
75 <script src="../../fast/js/resources/js-test-post.js"></script>
76 </html> 75 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/id-reflect.html ('k') | LayoutTests/svg/dom/operatorAttribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698