blob: 4cd0f89f0be99653645dc80b320a6714247d7f0b [file] [log] [blame]
<!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" />
<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>