37 lines
787 B
HTML
37 lines
787 B
HTML
<!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>
|