зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
445 B
HTML
19 строки
445 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="plugin-background.css"></link>
|
|
</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>
|