gecko/layout/reftests/bugs/405517-1.xhtml

16 lines
241 B
HTML
Raw Normal View History

2007-12-23 18:08:45 -08:00
<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>