Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / bug533251.html
blob2ff13480c91c3f52916d19a8f84a58b5da2a096b
1 <!DOCTYPE HTML>
2 <html lang="ru">
3 <head>
4 <title>Bug 533251 crashtest</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 @font-face {
10 font-family: test;
11 src: url(../fonts/markA.ttf);
14 body {
15 background-color: white;
18 div {
19 font-family: Bongo2020; /* nonexistent font */
20 color: white;
23 p { font-family: test; }
25 </style>
26 </head>
27 <body>
28 <p>A</p>
29 <div>This shouldn't crash...</div>
30 </body>
31 </html>