1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg id=
"root" xmlns=
"http://www.w3.org/2000/svg" onload=
"runTest()">
6 testRunner.dumpAsText();
7 var root = document.documentElement;
8 root.checkIntersection(null, root.createSVGRect());
9 root.checkEnclosure(null, root.createSVGRect());
12 <!-- This test passes if it does not crash. -->