summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/317876.html
blob: 6c4ae98905933f805503cfecc08b37adf6752381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>