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

Side by Side Diff: LayoutTests/fast/css/font-face-data-uri.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 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test for Bug 49374 - Web Font specified with base64 data URI ending with EOT is not rendered</title> 4 <title>Test for Bug 49374 - Web Font specified with base64 data URI ending with EOT is not rendered</title>
5 <style> 5 <style>
6 .test { 6 .test {
7 border: solid 1px; 7 border: solid 1px;
8 } 8 }
9 @font-face { 9 @font-face {
10 font-family: ahem-data; 10 font-family: ahem-data;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 testMain(); 49 testMain();
50 return; 50 return;
51 } 51 }
52 trialCount++; 52 trialCount++;
53 window.setTimeout(warmUpAndTest, 10); 53 window.setTimeout(warmUpAndTest, 10);
54 } 54 }
55 55
56 if (window.testRunner) 56 if (window.testRunner)
57 window.testRunner.waitUntilDone(); 57 window.testRunner.waitUntilDone();
58 </script> 58 </script>
59 <script src="../js/resources/js-test-post.js"></script>
60 </body> 59 </body>
61 </html> 60 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-cache-bug.html ('k') | LayoutTests/fast/css/font-face-descending-unicode-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698