blob: 06e4428f690bc5d43955dba185918eb2a6a1594d [file] [log] [blame]
<style>
@font-face {
font-family: "AhemTest";
src: url(http://127.0.0.1:8080/css/resources/cors-ahem.php);
}
p { font-family: AhemTest; }
</style>
<p>Yay!</p>
<script>
window.onload = function() {
if (window.opener)
window.opener.postMessage('done', '*');
};
</script>