This commit is contained in:
lpy 2014-02-26 20:47:08 +08:00
parent b73eb563b0
commit 2d5051e9aa

View file

@ -0,0 +1,11 @@
<html>
<head>
<script src="harness.js"></script>
<script>
var a = document.createElement("div");
a.appendChild(document.createElement("pre")).appendChild(new Text(""));
is(a.innerHTML, "<pre></pre>");
finish();
</script>
</head>
</html>