12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <!--
- All Rights Reserved.
- @author nicksantos@google.com (Nick Santos)
- -->
- <html>
- <!--
- Copyright 2007 The Closure Library Authors. All Rights Reserved.
- Use of this source code is governed by the Apache License, Version 2.0.
- See the COPYING file for details.
- -->
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta charset="UTF-8" />
- <title>
- Trogedit Unit Tests - goog.editor.icontent
- </title>
- <script src="../base.js">
- </script>
- <script>
- goog.require('goog.editor.icontentTest');
- </script>
- <!--
- NOTE(user): This style is set to test the bugfix for http://b/5674613.
- See the comments in icontent.js for details about the workaround.
- -->
- <style type="text/css">
- html, body {
- min-width: 700px;
- }
- </style>
- </head>
- <body>
- </body>
- </html>
|