gecko/layout/reftests/bugs/336736-1-ref.html

14 lines
225 B
HTML
Raw Normal View History

<html>
<body>
<!-- The "alternate" behavior is necessary for the
marquee text to start out on the screen. -->
<MARQUEE
direction="right"
scrollamount="0"
behavior="alternate"
>
a
</MARQUEE>
</body>
</html>