summaryrefslogtreecommitdiffstats
path: root/layout/reftests/marquee/1160342-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/marquee/1160342-2.html')
-rw-r--r--layout/reftests/marquee/1160342-2.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/marquee/1160342-2.html b/layout/reftests/marquee/1160342-2.html
new file mode 100644
index 0000000000..99b288568b
--- /dev/null
+++ b/layout/reftests/marquee/1160342-2.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Bug 1160342 - Implement marquee using mutation observers</title>
+</head>
+<body onload="document.getElementById('a').setAttribute('direction', 'right')">
+<marquee id="a" behavior=alternate scrollamount=0>
+This text should be visible
+</marquee>
+</body>
+</html>