Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
html
/
font-face-empty-should-not-crash.html
blob: b23b31cf9339cbfb85414d6a5f9b1f0e61a70b97 [
file
] [
log
] [
blame
]
<!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>