OLD | NEW |
1 <style> | 1 <style> |
2 @font-face { | 2 @font-face { |
3 font-family: "AhemTest"; | 3 font-family: "AhemTest"; |
4 src: url(http://127.0.0.1:8080/resources/Ahem.ttf); | 4 src: url(http://127.0.0.1:8080/css/resources/cors-ahem.php); |
5 } | 5 } |
6 p { font-family: AhemTest; } | 6 p { font-family: AhemTest; } |
7 </style> | 7 </style> |
8 <p>Yay!</p> | 8 <p>Yay!</p> |
9 <script> | 9 <script> |
10 window.onload = function() { | 10 window.onload = function() { |
11 if (window.opener) | 11 if (window.opener) |
12 window.opener.postMessage('done', '*'); | 12 window.opener.postMessage('done', '*'); |
13 }; | 13 }; |
14 </script> | 14 </script> |
OLD | NEW |