1 <p>This test verifies that var declarations in different evaluation units don't stomp each other.
</p>
2 <pre id=
"console"></pre>
6 testRunner
.dumpAsText();
10 document
.getElementById("console").appendChild(document
.createTextNode(s
+ "\n"));
24 log("PASS: x should be 1 and is.");
26 log("FAIL: x should be 1 but instead is " + x
+ ".");
29 log("PASS: y should be 1 and is.");
31 log("FAIL: y should be 1 but instead is " + y
+ ".");