chromium/third_party/blink/web_tests/fast/xsl/xslt-bad-import-uri.html

<html>
<head>
<script>
if (window.testRunner) {
  testRunner.dumpAsText();
  testRunner.waitUntilDone();
}
function frameLoaded() {
  if (window.testRunner)
    testRunner.notifyDone();
}
</script>
</head>
<body>
This tests that a bad @import URI does not cause a crash.
<iframe src="resources/xslt-bad-import-uri.xml" onload="frameLoaded()"></iframe>
</body>
</html>