Testcase for bug 18308 doesn't work. bug 319826, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@188724 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -6,9 +6,9 @@ The head and body tags appear side by side in this test: <br></HEAD><BO
|
||||
<script type="text/javascript">
|
||||
|
||||
for(i=0; i<3; i++){
|
||||
var oWhat=document.firstChild.childNodes[i];
|
||||
var oWhat=document.documentElement.childNodes[i];
|
||||
document.write(oWhat +"<BR>");
|
||||
}
|
||||
|
||||
</script>undefined<br>undefined<br>undefined<br>
|
||||
</body></html>
|
||||
</script>
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user