gecko/gfx/tests/crashtests/686190-1.html

19 lines
225 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<style type="text/css">
@font-face {
font-family: foo;
src: url(Prototype.ttf);
}
body {
font-family: foo;
font-size: 2000px;
font-weight: 900;
}
</style>
</head>
<body>
xyzzy
</body>
</html>