Index: pkg/polymer/e2e_test/canonicalization/test/deploy3_test.html |
diff --git a/pkg/polymer/example/canonicalization/test/canonicalization3_test.html b/pkg/polymer/e2e_test/canonicalization/test/deploy3_test.html |
similarity index 79% |
copy from pkg/polymer/example/canonicalization/test/canonicalization3_test.html |
copy to pkg/polymer/e2e_test/canonicalization/test/deploy3_test.html |
index 50f7c6cccbc6725318b0693fabeef088b23ac813..74864d98140c633f65d1c9329f3c845c25791945 100644 |
--- a/pkg/polymer/example/canonicalization/test/canonicalization3_test.html |
+++ b/pkg/polymer/e2e_test/canonicalization/test/deploy3_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="deploy3_test.dart"></script> |
</body> |
</html> |