4 <script src=
"../../resources/js-test.js"></script>
8 description("This tests that 'getSVGDocument' returns null on elements that don't contain SVG documents.");
10 var types
= ['object', 'frame', 'iframe', 'embed'];
12 types
.forEach(function(type
) {
13 shouldBeNull("document.createElement('" + type
+ "').getSVGDocument()");