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

Unified Diff: sky/tests/framework/templates-expected.txt

Issue 868973002: Don't set expression attributes before they're bound. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/tests/framework/templates.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/templates-expected.txt
diff --git a/sky/tests/framework/templates-expected.txt b/sky/tests/framework/templates-expected.txt
index b59402a73785cd2473a4d342ccdef3018255aba5..580883738c4c0433e6c8993b96327e73a12372f3 100644
--- a/sky/tests/framework/templates-expected.txt
+++ b/sky/tests/framework/templates-expected.txt
@@ -1,4 +1,4 @@
-Running 13 tests
+Running 14 tests
ok 1 SkyElement should stamp when the element is inserted
ok 2 SkyElement should update isAttached when inserting
ok 3 SkyElement should handle parser created elements with attributes
@@ -11,7 +11,8 @@ ok 9 SkyElement should connect data binding
ok 10 SkyElement should two way bind attributes
ok 11 SkyElement should connect template event handlers
ok 12 SkyElement should connect host event handlers
-ok 13 SkyElement should call shadowRootReady after creating the template instance
-13 tests
-13 pass
+ok 13 SkyElement should not call attributeChanged for binding expression values
+ok 14 SkyElement should call shadowRootReady after creating the template instance
+14 tests
+14 pass
0 fail
« no previous file with comments | « sky/tests/framework/templates.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698