mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
10 lines
280 B
HTML
10 lines
280 B
HTML
<html>
|
|
<head>
|
|
<title>Bug 1160342 - Implement marquee using mutation observers</title>
|
|
</head>
|
|
<body onload="document.getElementById('a').setAttribute('direction', 'right')">
|
|
<marquee id="a" behavior=alternate scrollamount=0>
|
|
This text should be visible
|
|
</marquee>
|
|
</body>
|
|
</html>
|