tenfourfox/layout/reftests/position-dynamic-changes/relative/move-top-left-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
284 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="container"
>surrounding <span id="rel"
style="right: -200px; bottom: -300px;"
>position&#10;relative</span> text</div>
</body>
</html>