gecko/layout/reftests/bugs/508908-1.xul
Robert O'Callahan 20bb54d1d3 Bug 508908. Disable windowed plugins in popup windows, since they don't work. r=dbaron
--HG--
extra : rebase_source : 1acfac3d3613d332586fade393f2911552bd03e0
2009-09-30 08:18:20 +10:00

16 lines
429 B
XML

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="setTimeout(doTest, 0)"
class="reftest-wait">
<script>
function doTest() {
document.documentElement.removeAttribute("class");
}
</script>
<menulist>
<menupopup>
<html:embed type="application/x-test"></html:embed>
</menupopup>
</menulist>
</window>