blob: 38a0812044ea56c8330d6bf6a4d253e2ddc307d0 [file] [log] [blame] [edit]
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
<style>
/* cache the font */
@font-face {
font-family: 'uaf';
src: url(a.ttf);
}
body {
font-family: 'uaf';
}
</style>
</head>
<body>
This test passes if it does not crash.
<iframe id="a" onload="document.getElementById('a').remove();" src="../resources/document-cached-font-loading-helper.html"></iframe>
<iframe id="b" onload="document.getElementById('b').remove();" src="../resources/document-cached-font-loading-helper.html"></iframe>
</body>