tenfourfox/layout/reftests/position-dynamic-changes/relative/move-right-bottom.html

17 lines
421 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="animate.js" type="text/javascript"></script>
</head>
<body>
<div id="container"
>surrounding <span id="rel"
style="left: 0; top: 0;"
>position&#10;relative</span> text</div>
<script>
animate({top: 10, left: 20}, 100);
</script>
</body>
</html>