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

Side by Side Diff: LayoutTests/fast/css/fontfaceset-match.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: TestFont; 6 font-family: TestFont;
7 src: url(../../resources/Ahem.ttf); 7 src: url(../../resources/Ahem.ttf);
8 /* no unicode-range descriptor */ 8 /* no unicode-range descriptor */
9 } 9 }
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 62 }
63 63
64 if (document.fonts) 64 if (document.fonts)
65 runTests(); 65 runTests();
66 else 66 else
67 testFailed('document.fonts does not exist'); 67 testFailed('document.fonts does not exist');
68 68
69 </script> 69 </script>
70 </head> 70 </head>
71 <body> 71 <body>
72 <script src="../js/resources/js-test-post.js"></script>
73 </body> 72 </body>
74 </html> 73 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-loadingdone.html ('k') | LayoutTests/fast/css/fontfaceset-multiple-faces.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698