| Index: pkg/polymer/example/canonicalization2/test/bad_lib_import_negative_test.html
|
| diff --git a/pkg/polymer/example/canonicalization2/test/bad_lib_import_negative_test.html b/pkg/polymer/example/canonicalization2/test/bad_lib_import_negative_test.html
|
| index 7794c2a019da4b3fb8166f976b427483193d57d3..a5c2d28191c267453a06eb4d6f977d6b217f23c9 100644
|
| --- a/pkg/polymer/example/canonicalization2/test/bad_lib_import_negative_test.html
|
| +++ b/pkg/polymer/example/canonicalization2/test/bad_lib_import_negative_test.html
|
| @@ -8,6 +8,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <head>
|
| <title>Tests canonicalization at deployment time</title>
|
| + <link rel="import" href="packages/polymer/polymer.html">
|
| <link rel="import" href="packages/canonicalization/a.html">
|
| <link rel="import" href="packages/canonicalization/g.html">
|
| <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
|
|