3 We pass if we don't crash under ASAN.
6 testRunner
.dumpAsText();
8 window
.onload = function() {
10 document
.body
.appendChild(i
);
13 i
= document
.body
.appendChild(document
.createElement("iframe"));
14 i
.src
= "about:blank";
15 i
.addEventListener("load", frames
[0].eval('(function(){location="javascript:location"})'));