tenfourfox/layout/tables/crashtests/317876.html

17 lines
486 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<HTML>
<HEAD>
<title>Testcase bug 317876 - Crash with evil testcase on hovering after reload with display:table-row, display:inherit</title>
</HEAD>
<BODY>
<div onmouseover="this.removeAttribute('style')" style="width: 20px; height: 30px;">
<div style="display: table-row;">
<span style="display: table-row;">
</span>
<span style="display: inherit;">
Hovering over this should not crash Mozilla
</span>
</div>
</div>
</BODY>
</HTML>