tenfourfox/layout/style/crashtests/671799-2.html

18 lines
219 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>