123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html>
-
-
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta charset="UTF-8" />
- <title>
- goog.ui.IframeMask Unit Test
- </title>
- <script src="../base.js">
- </script>
- <script>
- goog.require('goog.ui.IframeMaskTest');
- </script>
- <style type="text/css">
- #popup {
- position: absolute;
- left: 100px;
- top: 900px;
- width: 300px;
- height: 400px;
- }
- </style>
- </head>
- <body>
- <div id="sandbox">
- </div>
- </body>
- </html>
|