mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
22
dom/plugins/test/reftest/plugin-background-5-step.html
Normal file
22
dom/plugins/test/reftest/plugin-background-5-step.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="plugin-background.css"></link>
|
||||
<script type="text/javascript">
|
||||
var NUM_STEPS = 5;
|
||||
</script>
|
||||
<script type="text/javascript" src="plugin-background.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bad">Test some plugin stuff.</div>
|
||||
<div id="good"></div>
|
||||
|
||||
<embed id="plugin" type="application/x-test" width="199" height="199"
|
||||
drawmode="solid" color="330000FF"></embed>
|
||||
|
||||
<div id="topbar"></div>
|
||||
<div id="leftbar"></div>
|
||||
<div id="rightbar"></div>
|
||||
<div id="bottombar"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue