display-contents-001-crash.html (382B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> 6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1144434"> 7 </head> 8 <body onload="c.style.display = 'inline-block';"> 9 10 <div style="display: table-cell;"></div><div style="display: contents;"><div id="c"></div></div> 11 12 </body> 13 </html>