chromium/third_party/blink/web_tests/fast/html/font-face-empty-should-not-crash.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>