Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
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);
12 }
14 body {
15 background-color: white;
16 }
18 div {
19 font-family: Bongo2020; /* nonexistent font */
20 color: white;
21 }
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>