mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
494 B
HTML
20 lines
494 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>
|
||
|
<script src="../handleprop.js" type="text/javascript"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="parent">
|
||
|
<div id="child" style="bottom: 20px;">
|
||
|
<div class="floatTop"></div>
|
||
|
<div class="floatTop"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script>
|
||
|
fromAuto(200);
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|