Adding mapbox-gl branch
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user