Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>
16 <script>
17 document.location.reload();
18 </script>
20 </body>
21 </html>