mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 01:38:39 +09:00
15 lines
442 B
HTML
15 lines
442 B
HTML
<html class="reftest-wait">
|
|
<head>
|
|
<script src="utils.js">
|
|
</script>
|
|
</head>
|
|
<body onLoad="forceLoadPlugin('p1')">
|
|
<div style="width:100px; height:100px; overflow:hidden;">
|
|
<embed type="application/x-test" style="width:200px;"></embed>
|
|
</div>
|
|
<div style="width:100px; height:100px; overflow:hidden;">
|
|
<embed type="application/x-test" style="width:200px;"
|
|
drawmode="solid" color="ff00ff00" id="p1"></embed>
|
|
</div>
|
|
</body>
|
|
</html>
|