| Index: pkg/polymer/test/entered_view_test.html
|
| ===================================================================
|
| --- pkg/polymer/test/entered_view_test.html (revision 37373)
|
| +++ pkg/polymer/test/entered_view_test.html (working copy)
|
| @@ -7,13 +7,15 @@
|
| <html>
|
| <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <head>
|
| - <title>enteredView binding test</title>
|
| + <title>attached binding test</title>
|
| + <script src="packages/web_components/platform.js"></script>
|
| + <script src="packages/web_components/dart_support.js"></script>
|
| <link rel="import" href="packages/polymer/polymer.html">
|
| <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| </head>
|
| <body>
|
| This tests that elements inside the shadowRoot are properly upgraded and
|
| - enteredView is called on them. Essentially this is a Shadow DOM and Custom
|
| + attached is called on them. Essentially this is a Shadow DOM and Custom
|
| Elements integration test.
|
| <br>
|
|
|
|
|