blob: 432f0ebb04bab06e9a2eac215766cfb978029797 [file] [log] [blame]
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<title>Tests that a unique origin is NOT created for XML tree viewer when script is enabled</title>
<script>
function checkSourceXML() {
done();
}
function onload() {
xmlWindow = window.open('resources/sample.xml');
xmlWindow.onload = checkSourceXML;
}
</script>
<body onload="onload();">