blob: 08366ca673a550563d51f17acda802796c76b147 [file] [log] [blame]
<body>
<script src="../../resources/js-test.js"></script>
<marquee width="10px" height="300px" behavior="slide" scrolldelay="1" treespeed=true>
This text should not wrap.
</marquee>
<script>
var jsTestIsAsync = true;
setTimeout(function() {
finishJSTest();
}, 600);
</script>
</body>