Add reftest

This commit is contained in:
jruderman@hmc.edu 2007-12-23 18:08:45 -08:00
parent 9a2f5e4441
commit fc2ec34263
3 changed files with 23 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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