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

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

Issue 836923002: Automate reflected properties in SkyElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: moar single quotes 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') | sky/tests/resources/test-element.sky » ('j') | 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 60617912a027328668df3f60f0c06940257b229a..16f9a79c5a789e8919bb1c272c29cf661334e2a8 100644
--- a/sky/tests/framework/templates-expected.txt
+++ b/sky/tests/framework/templates-expected.txt
@@ -1,9 +1,15 @@
-Running 5 tests
-ok 1 SkyElement templates should stamp when the element is inserted
-ok 2 SkyElement templates should update isAttached when inserting
-ok 3 SkyElement templates should connect data binding
-ok 4 SkyElement templates should connect event handlers
-ok 5 SkyElement templates should call shadowRootReady after creating the template instance
-5 tests
-5 pass
+Running 11 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
+ok 4 SkyElement should have defaults for all attributes
+ok 5 SkyElement should call change callbacks
+ok 6 SkyElement should convert boolean reflected attributes
+ok 7 SkyElement should convert string reflected attributes
+ok 8 SkyElement should convert number reflected attributes
+ok 9 SkyElement should connect data binding
+ok 10 SkyElement should connect event handlers
+ok 11 SkyElement should call shadowRootReady after creating the template instance
+11 tests
+11 pass
0 fail
« no previous file with comments | « sky/tests/framework/templates.sky ('k') | sky/tests/resources/test-element.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698