blob: a2b0755765b2f585fe72e397f81d9758eda8b5ac [file] [log] [blame]
<script>
var font = new FontFace('test', 'url(../../../resources/Ahem.ttf)');
font.load().then(function() {
window.parent.postMessage('PASS: ahem loaded successfully', '*');
}).catch(function() {
window.parent.postMessage('FAIL: ahem load failed', '*');
});
</script>