haikuwebkit/LayoutTests/fast/html/font-face-empty-should-not-...

14 lines
188 B
HTML

<!doctype html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
Test passes if it does not crash.
<font face=""></font>
</body>
</html>