| Index: pkg/polymer/example/canonicalization/test/dev3_test.html
|
| diff --git a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html b/pkg/polymer/example/canonicalization/test/dev3_test.html
|
| similarity index 78%
|
| copy from pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html
|
| copy to pkg/polymer/example/canonicalization/test/dev3_test.html
|
| index 37bd302ba94b76656c82d98194eb87fc32bfebd0..c77ee285e3f936c20fe00a9d398501ba13d1feb9 100644
|
| --- a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.html
|
| +++ b/pkg/polymer/example/canonicalization/test/dev3_test.html
|
| @@ -9,10 +9,10 @@ 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">
|
| + <link rel="import" href="packages/canonicalization/f.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="dev3_test.dart"></script>
|
| </body>
|
| </html>
|
|
|