summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/379788-1.html
blob: 40e38a7ccdf035ef1a4f94086f0639487f389b81 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<body onload="document.getElementById('p2').style.position = 'fixed';">

<p style="right: 1em; bottom: 1em; position: fixed;">Foo</p>
<p id="p2">Bar</p>

</body>
</html>