gecko/layout/style/crashtests/379788-1.html
jruderman@hmc.edu 7fbce6ec77 Add crashtest.
2008-01-06 15:47:02 -08:00

10 lines
193 B
HTML

<!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>