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 <title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with -moz-column-count and display: list-item</title>
3 </head>
4 <body>
5 <div style="display: table;">
6 text
7 <listing style="-moz-column-count: 2;">
8 <dl>
17 tesxt
20 <menu>
21 <span style="display: list-item; -moz-column-count: 1;">
22 <span style="display: list-item; -moz-column-count: 1;">
23 text
24 </span></span>
25 </menu>
26 <div>text</div>
27 </dl>
28 </listing>
29 </div>
30 </body></html>