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

Side by Side Diff: LayoutTests/fast/encoding/char-encoding.html

Issue 58533003: Move fast/js/resources files to resources. (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="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script src="resources/char-encoding-utils.js"></script> 4 <script src="resources/char-encoding-utils.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <form id="form" method="GET" target="subframe"><input type="text" id="text" name ="text"></form> 7 <form id="form" method="GET" target="subframe"><input type="text" id="text" name ="text"></form>
8 <iframe id="subframe" name="subframe"></iframe> 8 <iframe id="subframe" name="subframe"></iframe>
9 <script> 9 <script>
10 10
11 11
12 var charsets = new Array; 12 var charsets = new Array;
13 var unicodes = new Array; 13 var unicodes = new Array;
(...skipping 29 matching lines...) Expand all
43 // Turning on this test causes a download to occur. FIXME: A bug? 43 // Turning on this test causes a download to occur. FIXME: A bug?
44 // testEncode('UTF-8', 'U+221A', '%E2%88%9A'); 44 // testEncode('UTF-8', 'U+221A', '%E2%88%9A');
45 45
46 if (window.testRunner) 46 if (window.testRunner)
47 testRunner.waitUntilDone(); 47 testRunner.waitUntilDone();
48 runTest(); 48 runTest();
49 49
50 </script> 50 </script>
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/encoding/api/surrogate-pairs.html ('k') | LayoutTests/fast/events/anchor-empty-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698