forked from mirrors/gecko-dev
11 lines
236 B
HTML
11 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<div id="container" style="display: none">
|
|
<object id="test" type="application/x-test" style="width: 200px; height: 200px;"></object>
|
|
</div>
|
|
</body>
|
|
</html>
|