| Index: pkg/polymer/example/canonicalization/test/deploy2_test.html
|
| diff --git a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html b/pkg/polymer/example/canonicalization/test/deploy2_test.html
|
| similarity index 74%
|
| copy from pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html
|
| copy to pkg/polymer/example/canonicalization/test/deploy2_test.html
|
| index 37bd302ba94b76656c82d98194eb87fc32bfebd0..ec45f511531d0ffde41bb10d6fcf2628f5532ab5 100644
|
| --- a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html
|
| +++ b/pkg/polymer/example/canonicalization/test/deploy2_test.html
|
| @@ -9,10 +9,11 @@ BSD-style license that can be found in the LICENSE file.
|
| <head>
|
| <title>Tests canonicalization at deployment time</title>
|
| <link rel="import" href="packages/canonicalization/a.html">
|
| - <link rel="import" href="packages/canonicalization/b.html">
|
| + <!-- similar to deploy_test, but 'e' imports 'b' -->
|
| + <link rel="import" href="packages/canonicalization/e.html">
|
| <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| </head>
|
| <body>
|
| - <script type="application/dart" src="canonicalization_deploy_test.dart"></script>
|
| + <script type="application/dart" src="deploy2_test.dart"></script>
|
| </body>
|
| </html>
|
|
|