blob: 15537198507a42bc732a71d48f056f811d43600a [file] [log] [blame]
document.write("<script>alert_assert('Pass 1 of 2');</script>");
var s = document.createElement('script');
s.textContent = "alert_assert('Pass 2 of 2');";
document.body.appendChild(s);