summaryrefslogtreecommitdiffstats
path: root/layout/reftests/marquee/1160342-1.html
blob: 85e7215fbbab73c0ef4c199f5b4912e58ceb88e4 (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('behavior', 'alternate')">
<marquee id="a" scrollamount=0 direction=right>
This text should be visible
</marquee>
</body>
</html>