mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
1 line
223 B
HTML
1 line
223 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> |