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

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

Issue 628353002: fix missing webtry output capture display (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/webtry/sass/webtry.scss ('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 9e8b5f8da83f3254594e8e3e8a1bde8d2fe2ff42..b2f5f189627250443bd5b0a88804627c60c34fa6 100644
--- a/experimental/webtry/templates/content.html
+++ b/experimental/webtry/templates/content.html
@@ -58,8 +58,8 @@
<p id='zoomHex'></p>
<h2>Warnings and Errors</h2>
- <pre class="fiddle-output"><code id='output'></code></pre>
+ <pre id="output"></pre>
<h2>Runtime output</h2>
- <pre class="fiddle-output" id='stdout'></pre>
+ <pre id="stdout"></pre>
</section>
« no previous file with comments | « experimental/webtry/res/webtry/sass/webtry.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698