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

Unified Diff: tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart

Issue 1678043003: Add Dart code to diff_view (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Cleanup Created 4 years, 10 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
Index: tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
diff --git a/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart b/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
index f4b0f1ba3b9ce44749eb07302cd7f2389d7b83e3..29adff1a7f85a52e1d08165ed75c3e2e3589c20d 100644
--- a/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
+++ b/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
@@ -179,6 +179,11 @@ $css,
.code {
font-family: monospace;
}
+td,.code {
+ font-family: monospace;
+ max-width: 400px;
+ overflow: hidden;
+}
</style>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698