Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <HTML> |
michael@0 | 2 | <HEAD> |
michael@0 | 3 | <title>Testcase bug 317876 - Crash with evil testcase on hovering after reload with display:table-row, display:inherit</title> |
michael@0 | 4 | </HEAD> |
michael@0 | 5 | <BODY> |
michael@0 | 6 | <div onmouseover="this.removeAttribute('style')" style="width: 20px; height: 30px;"> |
michael@0 | 7 | <div style="display: table-row;"> |
michael@0 | 8 | <span style="display: table-row;"> |
michael@0 | 9 | </span> |
michael@0 | 10 | <span style="display: inherit;"> |
michael@0 | 11 | Hovering over this should not crash Mozilla |
michael@0 | 12 | </span> |
michael@0 | 13 | </div> |
michael@0 | 14 | </div> |
michael@0 | 15 | </BODY> |
michael@0 | 16 | </HTML> |