mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
5a44fc3b55
Differential Revision: https://phabricator.services.mozilla.com/D84768
17 lines
198 B
HTML
17 lines
198 B
HTML
<script>
|
|
function go() {
|
|
a.appendChild(b)
|
|
}
|
|
</script>
|
|
<style>
|
|
#b {
|
|
display: unset;
|
|
position: fixed;
|
|
}
|
|
</style>
|
|
<body onload=go()>
|
|
<ul id="a">
|
|
<audio id="b">
|
|
<marquee></marquee>
|
|
<span>x</span>
|