bug533251.html (465B)
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" /> 6 7 <style type="text/css"> 8 9 @font-face { 10 font-family: test; 11 src: url(../fonts/markA.ttf); 12 } 13 14 body { 15 background-color: white; 16 } 17 18 div { 19 font-family: Bongo2020; /* nonexistent font */ 20 color: white; 21 } 22 23 p { font-family: test; } 24 25 </style> 26 </head> 27 <body> 28 <p>A</p> 29 <div>This shouldn't crash...</div> 30 </body> 31 </html>