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

Unified Diff: pkg/polymer/example/canonicalization2/lib/g.html

Issue 202723002: Fix canonicalization tests that were surprisingly timing out in chrome-34. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | pkg/polymer/example/canonicalization2/test/bad_lib_import2_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/canonicalization2/lib/g.html
diff --git a/pkg/polymer/example/canonicalization2/lib/g.html b/pkg/polymer/example/canonicalization2/lib/g.html
index 1b9e8d200950ad2a2b310520c3b64d0bc110e25c..3897dba0cf016e802dbdcdb8b2c09323fa194680 100644
--- a/pkg/polymer/example/canonicalization2/lib/g.html
+++ b/pkg/polymer/example/canonicalization2/lib/g.html
@@ -5,6 +5,6 @@ BSD-style license that can be found in the LICENSE file.
-->
<!--
Because this file is under lib/, this URL is broken. It should be either
-'b.html' or '../../packages/canonicalization/b.html'.
+'b.html' or '../../packages/canonicalization2/b.html'.
-->
-<link rel="import" href="../packages/canonicalization/b.html">
+<link rel="import" href="../packages/canonicalization2/b.html">
« no previous file with comments | « no previous file | pkg/polymer/example/canonicalization2/test/bad_lib_import2_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698