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