4 <title>Test for Bug
1279218</title>
5 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
6 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
7 <script type=
"text/javascript">
9 let applets
= document
.applets
;
10 is(applets
.length
, 0, "Applet list length should be 0, even with applet tag in body");
16 SimpleTest
.waitForExplicitFinish();
20 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1279218">Mozilla Bug
1279218</a>
21 <applet id=
"applet-test"></applet>