blob: e6e3805ddc3809e5f9eab5413ace8a9531ff8d9b [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
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 contains a message
starting with "PASS".</div>
<iframe onload="done()" src="resources/data-url-xsl.xml"></iframe>
</body>
</html>