diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/marquee/425247-2.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/marquee/425247-2.html b/layout/reftests/marquee/425247-2.html new file mode 100644 index 0000000000..4cb66b9017 --- /dev/null +++ b/layout/reftests/marquee/425247-2.html @@ -0,0 +1,9 @@ +<html><head> +<title>Bug 425247 – Marquee with uppercase UP or DOWN as direction doesn't work properly</title> +</head> +<body> +<MARQUEE DIRECTION=DOWN BGCOLOR=MAGENTA BEHAVIOR=ALTERNATE SCROLLAMOUNT=0> +<MARQUEE BGCOLOR=YELLOW BEHAVIOR=ALTERNATE SCROLLAMOUNT=0>marquee down</MARQUEE> +</MARQUEE> +</body> +</html>
\ No newline at end of file |