mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add reftests for the Wikipedia jiggling text bug.
This commit is contained in:
parent
003546c9e7
commit
80bd571b8c
8
layout/reftests/bidi/425338-1-ref.html
Normal file
8
layout/reftests/bidi/425338-1-ref.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<span id="a"><span>a</span>b<span>א</span>c</span>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/bidi/425338-1a.html
Normal file
14
layout/reftests/bidi/425338-1a.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
<script type="text/javascript">
|
||||
function c()
|
||||
{
|
||||
document.getElementById("a").style.height = "10em";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="c();">
|
||||
<span id="a"><span>a</span>b<span>א</span>c</span>
|
||||
</body>
|
||||
</html>
|
16
layout/reftests/bidi/425338-1b.html
Normal file
16
layout/reftests/bidi/425338-1b.html
Normal file
@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
<script type="text/javascript">
|
||||
function c()
|
||||
{
|
||||
document.getElementById("a").style.height = "10em";
|
||||
document.body.offsetHeight;
|
||||
document.getElementById("a").style.height = "";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="c();">
|
||||
<span id="a"><span>a</span>b<span>א</span>c</span>
|
||||
</body>
|
||||
</html>
|
@ -23,3 +23,5 @@ random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 386339.html 386339-ref.html
|
||||
== 413542-2.html 413542-2-ref.html
|
||||
== 413928-1.html 413928-1-ref.html
|
||||
== 413928-2.html 413928-2-ref.html
|
||||
== 425338-1a.html 425338-1-ref.html
|
||||
== 425338-1b.html 425338-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user