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

Side by Side Diff: LayoutTests/fast/css/fontfaceset-events.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="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <style> 4 <style>
5 @font-face { 5 @font-face {
6 font-family: 'ahem'; 6 font-family: 'ahem';
7 src: url(../../resources/Ahem.ttf); 7 src: url(../../resources/Ahem.ttf);
8 } 8 }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 24 matching lines...) Expand all
35 if (document.fonts) 35 if (document.fonts)
36 runTests(); 36 runTests();
37 else { 37 else {
38 testFailed('document.fonts does not exist'); 38 testFailed('document.fonts does not exist');
39 finishJSTest(); 39 finishJSTest();
40 } 40 }
41 </script> 41 </script>
42 </head> 42 </head>
43 <body> 43 <body>
44 <div style="font-family: ahem">Hello, world!</div> 44 <div style="font-family: ahem">Hello, world!</div>
45 <script src="../js/resources/js-test-post.js"></script>
46 </body> 45 </body>
47 </html> 46 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-download-error.html ('k') | LayoutTests/fast/css/fontfaceset-loadingdone.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698