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

11 lines
264 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<body id="realbody">
</body>
<body style="background:blue;">
</body>
<script>
if (document.body != document.getElementById("realbody")) {
document.body.appendChild(document.createTextNode("FAIL"));
}
</script>
</html>