зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
edd674511f
Коммит
d51aa54eef
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче