2 We pass if we don't crash under ASAN.
3 <iframe id=iframe
src=
"../navigation/resources/blank.txt"></iframe>
5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
10 window
.onload = function()
16 document
.addEventListener("DOMContentLoaded", function() {
17 setTimeout(function() {
18 document
.adoptNode(iframe
.attributes
["src"]);
19 if (window
.testRunner
)
20 testRunner
.notifyDone();