Backed out 4 changesets (bug 1900395, bug 1904489, bug 1920928) for causing multiple...
[gecko.git] / layout / tables / crashtests / 317876.html
blob6c4ae98905933f805503cfecc08b37adf6752381
1 <HTML>
2 <HEAD>
3 <title>Testcase bug 317876 - Crash with evil testcase on hovering after reload with display:table-row, display:inherit</title>
4 </HEAD>
5 <BODY>
6 <div onmouseover="this.removeAttribute('style')" style="width: 20px; height: 30px;">
7 <div style="display: table-row;">
8 <span style="display: table-row;">
9 </span>
10 <span style="display: inherit;">
11 Hovering over this should not crash Mozilla
12 </span>
13 </div>
14 </div>
15 </BODY>
16 </HTML>