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