OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Test for Bug 49374 - Web Font specified with base64 data URI ending with
EOT is not rendered</title> | 4 <title>Test for Bug 49374 - Web Font specified with base64 data URI ending with
EOT is not rendered</title> |
5 <style> | 5 <style> |
6 .test { | 6 .test { |
7 border: solid 1px; | 7 border: solid 1px; |
8 } | 8 } |
9 @font-face { | 9 @font-face { |
10 font-family: ahem-data; | 10 font-family: ahem-data; |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 testMain(); | 49 testMain(); |
50 return; | 50 return; |
51 } | 51 } |
52 trialCount++; | 52 trialCount++; |
53 window.setTimeout(warmUpAndTest, 10); | 53 window.setTimeout(warmUpAndTest, 10); |
54 } | 54 } |
55 | 55 |
56 if (window.testRunner) | 56 if (window.testRunner) |
57 window.testRunner.waitUntilDone(); | 57 window.testRunner.waitUntilDone(); |
58 </script> | 58 </script> |
59 <script src="../js/resources/js-test-post.js"></script> | |
60 </body> | 59 </body> |
61 </html> | 60 </html> |
OLD | NEW |