Add reftests for the Wikipedia jiggling text bug.
git-svn-id: svn://10.0.0.236/trunk@248743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
8
mozilla/layout/reftests/bidi/425338-1-ref.html
Normal file
8
mozilla/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
mozilla/layout/reftests/bidi/425338-1a.html
Normal file
14
mozilla/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
mozilla/layout/reftests/bidi/425338-1b.html
Normal file
16
mozilla/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
|
||||
|
||||
Reference in New Issue
Block a user