mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
446 B
HTML
18 lines
446 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">
|
|
<table id="rel" style="right: -400px; bottom: -400px;">
|
|
<tr><td>position relative</td></tr>
|
|
</table>
|
|
</div>
|
|
<script>
|
|
animate({bottom: 10, right: 20}, 100);
|
|
</script>
|
|
</body>
|
|
</html>
|