Commit d51aa54e authored by gavin@gavinsharp.com's avatar gavin@gavinsharp.com
Browse files

Bug 429849: marquee text not on one line , part of this line on top and second...

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
parent edd67451
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
<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>
+10 −0
Original line number Diff line number Diff line
<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>
+1 −0
Original line number Diff line number Diff line
@@ -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
+4 −2
Original line number Diff line number Diff line
@@ -673,9 +673,11 @@
      <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;"
            ><html:div
              ><children
            /></html:div
          ></html:div
        ></html:div
      ></html:div>
    </content>