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

Side by Side Diff: LayoutTests/fast/encoding/api/ascii-supersets.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 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../js/resources/js-test-pre.js"></script>
3 <script src="resources/shared.js"></script> 3 <script src="resources/shared.js"></script>
4 <script> 4 <script>
5 5
6 description("Supersets of ASCII decode ASCII correctly"); 6 description("Supersets of ASCII decode ASCII correctly");
7 7
8 // Encodings that have escape codes in 0x00-0x7F 8 // Encodings that have escape codes in 0x00-0x7F
9 var escape_codes = { 9 var escape_codes = {
10 "hz-gb-2312": [ 0x7E ], 10 "hz-gb-2312": [ 0x7E ],
(...skipping 23 matching lines...) Expand all
34 if (decoder) { 34 if (decoder) {
35 evalAndLog("decoded = decoder.decode(new Uint8Array(bytes))"); 35 evalAndLog("decoded = decoder.decode(new Uint8Array(bytes))");
36 // encodeURIComponent ensures output is printable 36 // encodeURIComponent ensures output is printable
37 shouldBe("encodeURIComponent(string)", "encodeURIComponent(decoded)" ); 37 shouldBe("encodeURIComponent(string)", "encodeURIComponent(decoded)" );
38 } 38 }
39 }); 39 });
40 }); 40 });
41 41
42 42
43 </script> 43 </script>
44 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/domurl/check-instanceof-domurl-functions.html ('k') | LayoutTests/fast/encoding/api/basics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698