4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
8 function frameLoaded() {
10 testRunner
.notifyDone();
15 This tests that a bad @import URI does not cause a crash.
16 <iframe src=
"resources/xslt-bad-import-uri.xml" onload=
"frameLoaded()"></iframe>