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

Side by Side Diff: LayoutTests/fast/css/fontfaceset-download-error.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 /* Test 1: Invalid font data */ 5 /* Test 1: Invalid font data */
6 @font-face { 6 @font-face {
7 font-family: myfont1; 7 font-family: myfont1;
8 src: url('resources/invalidfont.png') format(opentype); 8 src: url('resources/invalidfont.png') format(opentype);
9 } 9 }
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 finishJSTest(); 78 finishJSTest();
79 } 79 }
80 </script> 80 </script>
81 </head> 81 </head>
82 <body> 82 <body>
83 <div style="font-family: myfont1">font1</div> 83 <div style="font-family: myfont1">font1</div>
84 <div style="font-family: myfont2">font2</div> 84 <div style="font-family: myfont2">font2</div>
85 <div style="font-family: myfont3">font3</div> 85 <div style="font-family: myfont3">font3</div>
86 <div style="font-family: myfont4">font4</div> 86 <div style="font-family: myfont4">font4</div>
87 <div style="font-family: myfont5">font5</div> 87 <div style="font-family: myfont5">font5</div>
88 <script src="../js/resources/js-test-post.js"></script>
89 </body> 88 </body>
90 </html> 89 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-css-change-in-callback.html ('k') | LayoutTests/fast/css/fontfaceset-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698