mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
13 lines
391 B
HTML
13 lines
391 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test for Bug 341604</title>
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
</head>
|
|
<body>
|
|
I have 2 plugin instances embedded in me.
|
|
<embed id="plugin1" type="application/x-test" width="200" height="200"></embed>
|
|
<object type="application/x-test" width="200" height="200"></object>
|
|
</body>
|
|
</html>
|