blob: d77602df0c3dd7de745f89ae603f219f88aec6c3 [file] [log] [blame]
<!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>