Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/306660-2.html

15 lines
384 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
function loaded() {
var node = document.createElement("frame");
node.src = "data:text/plain,PASS";
node.setAttribute("onload", "document.documentElement.className = ''");
document.getElementById("x").appendChild(node);
}
</script>
</head>
<frameset rows="*" id="x" onload="loaded()">
</frameset>
</html>