Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / intersection-list-null.svg
blob42d62cf4f8b544f05fe37e049ec19d01ea941f5b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg id="root" xmlns="http://www.w3.org/2000/svg" onload="runTest()">
3 <script>
4 function runTest() {
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 var root = document.documentElement;
8 root.checkIntersection(null, root.createSVGRect());
9 root.checkEnclosure(null, root.createSVGRect());
11 </script>
12 <!-- This test passes if it does not crash. -->
13 <text>PASS</text>
14 </svg>