blob: 34bfc49689aee331352ad4451070091197b4a09d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<HTML>
<HEAD>
</HEAD>
<BODY onload="document.getElementById('s').removeAttribute('style');">
<span>
<span style="display: block;" id="s">This should not crash Mozilla</span>
</span>
<div style=" position: absolute;">
<span style="position: relative;">
<span style="white-space:pre;">
<span style="position: absolute;">
<span style="float: right;"></span>
</span>
</span>
</span>
</div>
</BODY>
</HTML>
|