mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2a485f24e8
r=dbaron.
11 lines
227 B
HTML
11 lines
227 B
HTML
<html>
|
|
<head>
|
|
<title>test</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="test" style="position: absolute;">test</div>
|
|
<script type="application/x-javascript">document.getElementById("test").style.position = "fixed";</script>
|
|
</body>
|
|
</html>
|