| Index: pkg/polymer/example/canonicalization/test/canonicalization3_test.html
|
| diff --git a/pkg/polymer/example/canonicalization/test/deploy3_test.html b/pkg/polymer/example/canonicalization/test/canonicalization3_test.html
|
| similarity index 79%
|
| rename from pkg/polymer/example/canonicalization/test/deploy3_test.html
|
| rename to pkg/polymer/example/canonicalization/test/canonicalization3_test.html
|
| index a15ed4c52a9d74a2755472253546a4679efb4aed..50f7c6cccbc6725318b0693fabeef088b23ac813 100644
|
| --- a/pkg/polymer/example/canonicalization/test/deploy3_test.html
|
| +++ b/pkg/polymer/example/canonicalization/test/canonicalization3_test.html
|
| @@ -10,11 +10,12 @@ BSD-style license that can be found in the LICENSE file.
|
| <title>Tests canonicalization at deployment time</title>
|
| <link rel="import" href="packages/polymer/polymer.html">
|
| <link rel="import" href="packages/canonicalization/a.html">
|
| - <!-- similar to deploy_test, but 'f' imports 'b' -->
|
| + <!-- similar to canonicalization1_test, but 'f' imports 'b' -->
|
| <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="deploy3_test.dart"></script>
|
| + <script type="application/dart;component=1"
|
| + src="canonicalization3_test.dart"></script>
|
| </body>
|
| </html>
|
|
|