summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/407016-1-b.html
blob: 5e0c72a616889b0825b62a0669223c2d7d814142 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<table style="width: 200px; border: 1px solid black;"><tr><td>
<marquee scrollamount="0" behavior="alternate">
  <div style="width: 2000px; height: 50px; background-color: lime;"></div>
</marquee>
</td></tr></table>
</body>
</html>