summaryrefslogtreecommitdiffstats
path: root/layout/reftests/marquee/166591-dynamic-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/marquee/166591-dynamic-1.html')
-rw-r--r--layout/reftests/marquee/166591-dynamic-1.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/layout/reftests/marquee/166591-dynamic-1.html b/layout/reftests/marquee/166591-dynamic-1.html
deleted file mode 100644
index 278b2a37b..000000000
--- a/layout/reftests/marquee/166591-dynamic-1.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html><head>
-<script>
-function init() {
- document.getElementById('test').innerHTML = '<marquee behavior="alternate" scrollamount="0">dynamic marquee</marquee>';
-}
-</script>
-</head>
-<body onload="init();">
-<div id="test"></div>
-</body>
-</html> \ No newline at end of file