зеркало из https://github.com/mozilla/pjs.git
Add reftest
This commit is contained in:
Родитель
cc737661c4
Коммит
a1316b317b
|
@ -0,0 +1,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body><p id="j">a</p>b<div>c</div></body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,15 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function m()
|
||||
{
|
||||
document.getElementById("j").nextSibling.data = 'b';
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="m();"><p id="j">a</p> <div>c</div></body>
|
||||
|
||||
</html>
|
|
@ -599,6 +599,7 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
|
|||
== 405186-1.xhtml about:blank
|
||||
== 405305-1.html 405305-1-ref.html
|
||||
== 405380-1.html 405380-1-ref.html
|
||||
== 405517-1.xhtml 405517-1-ref.xhtml
|
||||
== 405577-1.html 405577-1-ref.html
|
||||
== 405584-1.html 405584-1-ref.html
|
||||
== 406073-1.html 406073-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче