summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/flash_topmost/flash_topmost.html
blob: e7f7faa977f482eca214421168907ce14235cf60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
  <!--
  Copyright (c) 2012 The Chromium Authors. All rights reserved.
  Use of this source code is governed by a BSD-style license that can be
  found in the LICENSE file.
  -->
<head>
  <title>Flash Topmost Check Example/Test</title>
</head>

<style type="text/css">
embed {
  position: absolute;
}
</style>

<iframe id="iframe-view" name="iframe-view"
    src="flash_topmost_inner.html" width=1000 height = 1000>
</iframe>

</body>
</html>