| Index: pkg/polymer/e2e_test/bad_import2/lib/b.html
|
| diff --git a/pkg/polymer/example/canonicalization2/lib/g.html b/pkg/polymer/e2e_test/bad_import2/lib/b.html
|
| similarity index 71%
|
| rename from pkg/polymer/example/canonicalization2/lib/g.html
|
| rename to pkg/polymer/e2e_test/bad_import2/lib/b.html
|
| index 3897dba0cf016e802dbdcdb8b2c09323fa194680..10d8ebe585a728d33d208dbb0428d10ddf31c915 100644
|
| --- a/pkg/polymer/example/canonicalization2/lib/g.html
|
| +++ b/pkg/polymer/e2e_test/bad_import2/lib/b.html
|
| @@ -5,6 +5,7 @@ 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/canonicalization2/b.html'.
|
| +'a.html' or '../../packages/bad_import2/a.html'.
|
| -->
|
| -<link rel="import" href="../packages/canonicalization2/b.html">
|
| +<link rel="import" href="packages/bad_import2/a.html">
|
| +
|
|
|