Bug 429849: marquee text not on one line , part of this line on top and second part on bottom, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=damon

This commit is contained in:
gavin@gavinsharp.com 2008-04-30 10:09:09 -07:00
parent 8b63862466
commit 8030141361
4 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>Bug 429849 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 should be on one line
</marquee>
</body>
</html>

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>Bug 429849 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>

View File

@ -815,5 +815,6 @@ fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 424074-1-ref2.xul 424074-1-ref3.xul
== 428521-1a.html 428521-1-ref.html
== 428521-1b.html 428521-1-ref.html
== 428521-1c.html 428521-1-ref.html
== 429849-1.html 429849-1-ref.html
== 430412-1.html 430412-1-ref.html

View File

@ -673,8 +673,10 @@
<html:div style="display: -moz-box; overflow: hidden; width: -moz-available;"
><html:div style="display: -moz-box;"
><html:div class="innerDiv" style="display: table; border-spacing: 0;"
><children
/></html:div
><html:div
><children
/></html:div
></html:div
></html:div
></html:div>
</content>