зеркало из https://github.com/mozilla/pjs.git
Add reftest
This commit is contained in:
Родитель
13d535f375
Коммит
61d6ca3bcf
|
@ -0,0 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("s").style.overflow = "auto";
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="boom();">
|
||||
|
||||
<div id="fl">
|
||||
<b><span id="s">Foo</a></b>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,23 @@
|
|||
<html>
|
||||
<head>
|
||||
|
||||
<style>
|
||||
#fl:first-line { }
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("s").style.overflow = "auto";
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="boom();">
|
||||
|
||||
<div id="fl">
|
||||
<b><span id="s">Foo</a></b>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -282,6 +282,7 @@ fails == 352980-1h.html 352980-1-ref.html
|
|||
== 367332-1e.html 367332-1-ref.html
|
||||
== 367332-1f.html 367332-1-ref.html
|
||||
== 367332-1g.html 367332-1-ref.html
|
||||
== 367489-1.html 367489-1-ref.html
|
||||
== 367504-margin-1.html 367504-margin-1-ref.html
|
||||
== 367504-float-1.html 367504-float-1-ref.html
|
||||
== 367612-1a.html 367612-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче