summaryrefslogtreecommitdiffstats
path: root/layout/reftests/marquee/1160342-2.html
blob: 99b288568bac0281803e252f423d90b92998cc78 (plain)
1
2
3
4
5
6
7
8
9
10
<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>