4 https://bugzilla.mozilla.org/show_bug.cgi?id=344830
7 <title>Test for Bug
344830</title>
8 <script type=
"text/javascript" src=
"/MochiKit/MochiKit.js"></script>
9 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=344830">Mozilla Bug
344830</a>
15 <div id=
"content" style=
"display: block">
17 width=
"200" height=
"200"
19 src=
"/static/bug344830_testembed.svg">
22 <script class=
"testbody" type=
"text/javascript">
24 /** Test for Bug
344830 **/
26 var embed = document.embeds[
"svg1"];
27 var svgDocument = embed.getSVGDocument();
28 var element = svgDocument.getElementById(
"g1");
29 ok(embed,
"document.embeds[] works with SVG");
30 ok(svgDocument,
"document.embeds[] works with SVG and embed.getSVGDocument()");
31 ok(element,
"document.embeds[] works with SVG and svgDocument.getElementById()");
35 SimpleTest.waitForExplicitFinish()