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

Side by Side Diff: LayoutTests/fast/css/font-face-cache-bug.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 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../js/resources/js-test-pre.js"></script>
3 <script> 3 <script>
4 description('Test for <a href="http://webkit.org/b/73520">WebKit bug 73520</ a>'); 4 description('Test for <a href="http://webkit.org/b/73520">WebKit bug 73520</ a>');
5 window.jsTestIsAsync = true; 5 window.jsTestIsAsync = true;
6 function runTest() 6 function runTest()
7 { 7 {
8 testDiv = document.getElementById('test'); 8 testDiv = document.getElementById('test');
9 shouldBeEqualToString('window.getComputedStyle(testDiv, 0).width', '48px '); 9 shouldBeEqualToString('window.getComputedStyle(testDiv, 0).width', '48px ');
10 finishJSTest(); 10 finishJSTest();
(...skipping 15 matching lines...) Expand all
26 font-family: ahem; 26 font-family: ahem;
27 } 27 }
28 </style> 28 </style>
29 </head> 29 </head>
30 <body onload="setTimeout('runTest()', 100)"> 30 <body onload="setTimeout('runTest()', 100)">
31 <div id=test> 31 <div id=test>
32 <a href="#"> 32 <a href="#">
33 <span>aaa</span> 33 <span>aaa</span>
34 </a> 34 </a>
35 </div> 35 </div>
36 <script src="../js/resources/js-test-post.js"></script>
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/first-letter-removed-added.html ('k') | LayoutTests/fast/css/font-face-data-uri.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698