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

Side by Side Diff: LayoutTests/fast/css/fontface-properties.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 font-style: italic; 8 font-style: italic;
9 font-weight: 300; 9 font-weight: 300;
10 unicode-range: U+0-3FF; 10 unicode-range: U+0-3FF;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 } 77 }
78 78
79 if (document.fonts) 79 if (document.fonts)
80 runTests(); 80 runTests();
81 else { 81 else {
82 testFailed('document.fonts does not exist'); 82 testFailed('document.fonts does not exist');
83 } 83 }
84 </script> 84 </script>
85 </head> 85 </head>
86 <body> 86 <body>
87 <script src="../js/resources/js-test-post.js"></script>
88 </body> 87 </body>
89 </html> 88 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-shorthand-mix-inherit.html ('k') | LayoutTests/fast/css/fontfaceset-css-change-in-callback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698