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

Side by Side Diff: LayoutTests/fast/css/fontfaceset-loadingdone.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 body { 5 body {
6 font-family: serif; 6 font-family: serif;
7 } 7 }
8 @font-face { 8 @font-face {
9 font-family: 'ahem'; 9 font-family: 'ahem';
10 src: url(../../resources/Ahem.ttf); 10 src: url(../../resources/Ahem.ttf);
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 finishJSTest(); 42 finishJSTest();
43 } 43 }
44 </script> 44 </script>
45 </head> 45 </head>
46 <body> 46 <body>
47 <div id=test> 47 <div id=test>
48 <a href="#"> 48 <a href="#">
49 <span>aaa</span> 49 <span>aaa</span>
50 </a> 50 </a>
51 </div> 51 </div>
52 <script src="../js/resources/js-test-post.js"></script>
53 </body> 52 </body>
54 </html> 53 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-events.html ('k') | LayoutTests/fast/css/fontfaceset-match.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698