Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / ppapi / examples / flash_topmost / flash_topmost.html
blobe7f7faa977f482eca214421168907ce14235cf60
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <title>Flash Topmost Check Example/Test</title>
10 </head>
12 <style type="text/css">
13 embed {
14 position: absolute;
16 </style>
18 <iframe id="iframe-view" name="iframe-view"
19 src="flash_topmost_inner.html" width=1000 height = 1000>
20 </iframe>
22 </body>
23 </html>