blob: d380590dc2c1ccda010041427eeb5a3bb3007375 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
<div>This test loads the XML document in an iframe so that it can call
dumpAsText(). This test passes if the iframe below does not contain a message
starting with "FAIL".</div>
<iframe onload="done()" src="resources/cross-origin-xsl.xml"></iframe>
</body>
</html>