Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: pkg/polymer/test/entered_view_test.html

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/polymer/test/entered_view_test.dart ('k') | pkg/polymer/test/event_handlers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « pkg/polymer/test/entered_view_test.dart ('k') | pkg/polymer/test/event_handlers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698