Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/405517-1.xhtml

16 lines
241 B
HTML
Raw Normal View History

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