blob: 7a2a126a81f32c884f5966b8285986969ba21ca8 [file] [log] [blame]
<style>
@font-face {
font-family: "AhemTest";
src: url(http://example.test: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>