| Index: samples/polymer_intl/test/polymer_intl_test.html
|
| diff --git a/samples/polymer_intl/test/polymer_intl_test.html b/samples/polymer_intl/test/polymer_intl_test.html
|
| index 17f4683fe58ad6de1919249f33bca322dc0e0127..473873d7398c266645ba20b06181edcdc992b544 100644
|
| --- a/samples/polymer_intl/test/polymer_intl_test.html
|
| +++ b/samples/polymer_intl/test/polymer_intl_test.html
|
| @@ -9,7 +9,8 @@ BSD-style license that can be found in the LICENSE file.
|
| <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| - <link rel="import" href="packages/polymer/polymer.html">
|
| + <script src="packages/web_components/platform.js"></script>
|
| + <script src="packages/web_components/dart_support.js"></script>
|
| <link rel="import" href="../web/localized.html">
|
| <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| <title>Localized Polymer Element Test</title>
|
|
|