mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
8b63862466
commit
8030141361
10
layout/reftests/bugs/429849-1-ref.html
Normal file
10
layout/reftests/bugs/429849-1-ref.html
Normal 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>
|
10
layout/reftests/bugs/429849-1.html
Normal file
10
layout/reftests/bugs/429849-1.html
Normal 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>
|
@ -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-1a.html 428521-1-ref.html
|
||||||
== 428521-1b.html 428521-1-ref.html
|
== 428521-1b.html 428521-1-ref.html
|
||||||
== 428521-1c.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
|
== 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; overflow: hidden; width: -moz-available;"
|
||||||
><html:div style="display: -moz-box;"
|
><html:div style="display: -moz-box;"
|
||||||
><html:div class="innerDiv" style="display: table; border-spacing: 0;"
|
><html:div class="innerDiv" style="display: table; border-spacing: 0;"
|
||||||
><children
|
><html:div
|
||||||
/></html:div
|
><children
|
||||||
|
/></html:div
|
||||||
|
></html:div
|
||||||
></html:div
|
></html:div
|
||||||
></html:div>
|
></html:div>
|
||||||
</content>
|
</content>
|
||||||
|
Loading…
Reference in New Issue
Block a user