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

Unified Diff: pkg/polymer/example/canonicalization/lib/a.html

Issue 38333004: Fixes all canonicalization problems... all of them. Ok, not all of them, but at (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « pkg/polymer/example/canonicalization/lib/a.dart ('k') | pkg/polymer/example/canonicalization/lib/b.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/canonicalization/lib/a.html
diff --git a/samples/word-finder/web/index.css b/pkg/polymer/example/canonicalization/lib/a.html
similarity index 76%
copy from samples/word-finder/web/index.css
copy to pkg/polymer/example/canonicalization/lib/a.html
index 6927dfaf2f17f3f5dd69401abd5e04481647087c..c359e83465506fc711d423057b3452409b44df20 100644
--- a/samples/word-finder/web/index.css
+++ b/pkg/polymer/example/canonicalization/lib/a.html
@@ -1,11 +1,6 @@
-/*
+<!--
Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-*/
-
-
-* {
- margin: 0;
- padding: 0;
-}
+-->
+<script type='application/dart' src='a.dart'></script>
« no previous file with comments | « pkg/polymer/example/canonicalization/lib/a.dart ('k') | pkg/polymer/example/canonicalization/lib/b.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698