| Index: pkg/polymer/test/entered_view_test.html
|
| diff --git a/pkg/polymer/test/entered_view_test.html b/pkg/polymer/test/entered_view_test.html
|
| index d9e937ddfdcf3b2c4d4a3b3eafe76f8e420c7f7f..cb7900ec56dc6f8f2a43f7009904737344929947 100644
|
| --- a/pkg/polymer/test/entered_view_test.html
|
| +++ b/pkg/polymer/test/entered_view_test.html
|
| @@ -7,13 +7,13 @@ BSD-style license that can be found in the LICENSE file.
|
| <html>
|
| <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <head>
|
| - <title>enteredView binding test</title>
|
| + <title>attached binding test</title>
|
| <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>
|
|
|
|
|