layout/generic/crashtests/348887-1-inner.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:5257027d8ae0
1 <html><head>
2 <style>
3 blockquote::first-letter {float: right;}
4 </style>
5 <title>
6 Testcase bug - Crash [@ nsFrameList::DestroyFrames] on reload with -moz-column-count, -moz-inline-block and blockquote::first-letter
7 </title>
8 </head>
9 <body>
10 This page should not crash on reload
11 <div style=" -moz-column-count: 2;">
12 <span style="display: table;"></span>
13 <blockquote style="display: -moz-inline-block;">anonymous text</blockquote>
14 </div>
15
16 <script>
17 document.location.reload();
18 </script>
19
20 </body>
21 </html>

mercurial