summaryrefslogtreecommitdiff
path: root/browser/base/content/test/plugin_bug752516.html
blob: 6121e70684813c6b316a398332076bb06dd3ffbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8"/>
  <style type="text/css">
    div {
      padding: 2%;
      position: absolute;
      top: 0; bottom: 0;
      left: 0; right: 0;
      text-align: center;
      border: 4px solid red;
    }
  </style>
</head>
<body>
  <div id="container">
    <object id="test" type="application/x-test" width="159" height="91"></object>
  </div>
  <div id="overlay">
  	<h1>overlay</h1>
  </div>
</body>
</html>