зеркало из https://github.com/mozilla/pjs.git
Add reftests for dynamic cross-element ligatures
This commit is contained in:
Родитель
126c0a69f2
Коммит
cb8df4fca5
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="div" style="font-size: 180px">fi</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function m()
|
||||
{
|
||||
document.body.offsetHeight;
|
||||
var div = document.getElementById("div");
|
||||
div.appendChild(document.createTextNode("i"));
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="m();">
|
||||
<div id="div" style="font-size: 180px"><span>f</span></div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function m()
|
||||
{
|
||||
document.body.offsetHeight;
|
||||
var parent = document.getElementById("parent");
|
||||
parent.appendChild(document.createTextNode("i"));
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="m();">
|
||||
<div id="div" style="font-size: 180px"><span>f</span><span id="parent"></span></div>
|
||||
</body>
|
||||
</html>
|
|
@ -464,6 +464,8 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
|
|||
== 384762-1.html about:blank
|
||||
== 384876-1.html 384876-1-ref.html
|
||||
== 385533-1.html about:blank # assertion test
|
||||
== 385569-1a.html 385569-1-ref.html
|
||||
== 385569-1b.html 385569-1-ref.html
|
||||
== 385823-1.html 385823-1-ref.html
|
||||
== 385823-2a.html 385823-2-ref.html
|
||||
fails == 385823-2b.html 385823-2-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче