haikuwebkit/LayoutTests/fast/text/custom-font-data-crash.html

18 lines
354 B
HTML

<!DOCTYPE html>
<html>
<body style="font: 1px ahem;">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
setTimeout("if (window.testRunner) { testRunner.notifyDone(); }", 50);
</script>
<style>
@font-face { font-family: "A"; src: url(); }
* { font-family: A; }
</style>
<nobr><table><hr>PASS
</body>
</html>