| Index: pkg/polymer/e2e_test/canonicalization/test/dev3_test.html
|
| diff --git a/pkg/polymer/example/canonicalization/test/canonicalization3_test.html b/pkg/polymer/e2e_test/canonicalization/test/dev3_test.html
|
| similarity index 79%
|
| rename from pkg/polymer/example/canonicalization/test/canonicalization3_test.html
|
| rename to pkg/polymer/e2e_test/canonicalization/test/dev3_test.html
|
| index 50f7c6cccbc6725318b0693fabeef088b23ac813..6aaee9f99483515b313fc4bf452495942cdf63ed 100644
|
| --- a/pkg/polymer/example/canonicalization/test/canonicalization3_test.html
|
| +++ b/pkg/polymer/e2e_test/canonicalization/test/dev3_test.html
|
| @@ -10,12 +10,11 @@ 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 canonicalization1_test, but 'f' imports 'b' -->
|
| + <!-- similar to test #1, 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;component=1"
|
| - src="canonicalization3_test.dart"></script>
|
| + <script type="application/dart" src="dev3_test.dart"></script>
|
| </body>
|
| </html>
|
|
|