mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
602 B
HTML
23 lines
602 B
HTML
<!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 = 10;
|
|
</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>
|