mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
11 lines
532 B
XML
11 lines
532 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css"
|
|
type="text/css"?>
|
|
<window title="NPAPI Private Mode Tests"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<body xmlns="http://www.w3.org/1999/xhtml">
|
|
<embed id="plugin1" type="application/x-test" width="200" height="200"></embed>
|
|
<embed id="plugin2" type="application/x-test" width="200" height="200"></embed>
|
|
</body>
|
|
</window>
|