blob: 42d62cf4f8b544f05fe37e049ec19d01ea941f5b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<svg id="root" xmlns="http://www.w3.org/2000/svg" onload="runTest()">
<script>
function runTest() {
if (window.testRunner)
testRunner.dumpAsText();
var root = document.documentElement;
root.checkIntersection(null, root.createSVGRect());
root.checkEnclosure(null, root.createSVGRect());
}
</script>
<!-- This test passes if it does not crash. -->
<text>PASS</text>
</svg>