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

Unified Diff: test/codegen/expect/sunflower/sunflower.html

Issue 1145893008: fixes #182, avoid injecting a duplicate link rel=stylesheet (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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 | « lib/src/dependency_graph.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower/sunflower.html
diff --git a/test/codegen/expect/sunflower/sunflower.html b/test/codegen/expect/sunflower/sunflower.html
index a922f381c1db36b4f7b1460a42da51a49bd6681b..7e76cb527b18bc11e897bf86d5b1a9c8bb4d7673 100644
--- a/test/codegen/expect/sunflower/sunflower.html
+++ b/test/codegen/expect/sunflower/sunflower.html
@@ -23,8 +23,7 @@
<p id="notes"> </p>
</footer>
- <link rel="stylesheet" href="sunflower.css">
-<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
+ <script src="dev_compiler/runtime/harmony_feature_check.js"></script>
<script src="dev_compiler/runtime/dart_runtime.js"></script>
<script src="dev_compiler/runtime/dart/core.js"></script>
<script src="dev_compiler/runtime/dart/collection.js"></script>
« no previous file with comments | « lib/src/dependency_graph.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698