зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
290 B
HTML
11 строки
290 B
HTML
<html>
|
|
<head>
|
|
<title>Bug 1160342 - Implement marquee using mutation observers</title>
|
|
</head>
|
|
<body onload="document.getElementById('a').setAttribute('behavior', 'alternate')">
|
|
<marquee id="a" scrollamount=0 direction=right>
|
|
This text should be visible
|
|
</marquee>
|
|
</body>
|
|
</html>
|