blob: ad7ff0f3b1647a5aab9cd3aa4086ffcba78e1ad0 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: marquee-scrollamount-effect</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<link rel="help" href="https://html.spec.whatwg.org/multipage/multipage/obsolete.html#the-marquee-element">
<meta name="assert" content="Check the effect of scrollamount attribute">
<p>Test passes if the text "Test2" moves faster than the text "Test1".</p>
<marquee id="test1">Test1</marquee>
<marquee scrollamount="10" id="test2">Test2</marquee>