summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-direction-right-manual.html
blob: b42c9454fb140887e38d7105c0ece1d33ed6c71d (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: marquee-direction-right</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 if the marquee direction is from left to right">
<p>Test passes if the text "Test Marquee" moves from left to right.</p>
<marquee direction="right">Test Marquee</marquee>