layout/generic/crashtests/413085-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:1fdbfea6215f
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <style type="text/css">
4
5 body:first-letter { float: right; }
6
7 </style>
8
9 <script type="text/javascript">
10
11 function boom()
12 {
13 document.body.removeChild(document.body.firstChild);
14 document.body.appendChild(document.createTextNode('x'));
15 }
16
17 </script>
18 </head>
19
20 <body onload="boom();">&#xFEB7;
21 </body>
22
23 </html>

mercurial