Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6830)

Unified Diff: experimental/webtry/templates/content.html

Issue 626033004: Automatically resize the webtry text editor to fit the content (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/res/js/webtry.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/content.html
diff --git a/experimental/webtry/templates/content.html b/experimental/webtry/templates/content.html
index 0f2177a38a83253cb23b9ca4ad5ba017183db9da..70803a05491afee8481c01f124e9279a3b7f8e98 100644
--- a/experimental/webtry/templates/content.html
+++ b/experimental/webtry/templates/content.html
@@ -6,9 +6,9 @@
</template>
<input type="checkbox" id="enableSource" data-id="{{.Source}}"> Use an input bitmap.
<br>
- <button id=selectedSource></button>
- <pre id=sourceCode>SkBitmap source;</pre>
- <div id=chooseSource>
+ <button id="selectedSource"></button>
+ <pre id="sourceCode">SkBitmap source;</pre>
+ <div id="chooseSource">
Choose an image below or upload a new one to use as an input bitmap.
<div id="chooseList">
</div>
« no previous file with comments | « experimental/webtry/res/js/webtry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698