Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
html
/
font-face-empty-should-not-crash.html
blob: b23b31cf9339cbfb85414d6a5f9b1f0e61a70b97 [
file
] [
edit
]
<!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>