mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
312 B
HTML
11 lines
312 B
HTML
|
<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>
|