12 lines
182 B
HTML
12 lines
182 B
HTML
<!doctype html>
|
|
<style>
|
|
#a { display: contents; }
|
|
#a::before { content: "" }
|
|
</style>
|
|
<marquee>
|
|
<div id="a"></div>
|
|
</marquee>
|
|
<script>
|
|
document.body.offsetTop;
|
|
a.remove();
|
|
</script>
|