зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
421 B
HTML
17 строки
421 B
HTML
<!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 relative</span> text</div>
|
|
<script>
|
|
animate({top: 10, left: 20}, 100);
|
|
</script>
|
|
</body>
|
|
</html>
|