diff options
Diffstat (limited to 'layout/reftests/marquee/336736-1b.html')
-rw-r--r-- | layout/reftests/marquee/336736-1b.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/marquee/336736-1b.html b/layout/reftests/marquee/336736-1b.html new file mode 100644 index 000000000..85338167c --- /dev/null +++ b/layout/reftests/marquee/336736-1b.html @@ -0,0 +1,13 @@ +<html> +<body> +<!-- The "alternate" behavior is necessary for the + marquee text to start out on the screen. --> +<marquee + direction="right" + scrollamount="0" + behavior="alternate" +> +<div style="background: green; width: 50px"> </div> +</marquee> +</body> +</html> |