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

14 lines
316 B
HTML

<!DOCTYPE html>
<html>
<body><script>
window.onload = function() {
var a = document.createTextNode("a ");
var b = document.createElement("input");
var c = document.createTextNode(" c");
document.body.appendChild(a);
document.body.appendChild(b);
document.body.appendChild(c);
}
</script>
</body>
</html>