Mypal/layout/reftests/marquee/429849-1.html

11 lines
312 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html>
<head>
<title>Bug 429849 <20> marquee text not on one line , part of this line on top and second part on bottom</title>
</head>
<body>
<marquee behavior=alternate scrollamount=0 direction=right>
This text <script>document.body.offsetHeight;</script>should be on one line
</marquee>
</body>
</html>