mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5f19df86e0
--HG-- extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
31 lines
465 B
HTML
31 lines
465 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="ru">
|
|
<head>
|
|
<title>Bug 533251 crashtest</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<style type="text/css">
|
|
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/markA.ttf);
|
|
}
|
|
|
|
body {
|
|
background-color: white;
|
|
}
|
|
|
|
div {
|
|
font-family: Bongo2020; /* nonexistent font */
|
|
color: white;
|
|
}
|
|
|
|
p { font-family: test; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>A</p>
|
|
<div>This shouldn't crash...</div>
|
|
</body>
|
|
</html> |