tenfourfox/layout/style/crashtests/671799-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
219 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@font-face {
font-family: foo;
src: url("http://spaces in hostname/");
}
body {
font-family: foo, monospace;
}
</style>
</head>
<body>
foo bar
</body>
</html>