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

Unified Diff: test/firebase_collection_test.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « test/firebase_collection_test.dart ('k') | test/firebase_test_helpers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/firebase_collection_test.html
diff --git a/test/firebase_collection_test.html b/test/firebase_collection_test.html
index 0536d30abf92f0f048e948bc7bdfe52c4a72d300..f8a8e8650f59cf76823bb09044d864afb4cf7231 100644
--- a/test/firebase_collection_test.html
+++ b/test/firebase_collection_test.html
@@ -24,38 +24,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<body>
<template id="TrivialCollection">
- <firebase-collection
- location="https://fb-element-demo.firebaseio.com/test/trivial"
- log>
- </firebase-collection>
- </template>
-
- <template id="PrimitiveCollection">
- <firebase-collection
- location="https://fb-element-demo.firebaseio.com/test/primitives"
- order-by-value
- log>
- </firebase-collection>
- </template>
-
- <template id="ChangingChildren">
- <firebase-collection
- location="https://fb-element-demo.firebaseio.com/test/changing_children"
- order-by-child="foo"
- log>
- </firebase-collection>
- </template>
-
- <template id="SyncingCollections">
- <firebase-collection
- location="https://fb-element-demo.firebaseio.com/test/syncing"
- log>
- </firebase-collection>
- <firebase-collection
- location="https://fb-element-demo.firebaseio.com/test/syncing"
- order-by-child="foo"
- log>
- </firebase-collection>
+ <firebase-collection log></firebase-collection>
</template>
<template id="BoundCollection">
@@ -68,7 +37,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<div>[[item.value]]</div>
</template>
<firebase-collection
- location="https://fb-element-demo.firebaseio.com/test/empty"
data="{{data}}"
log>
</firebase-collection>
« no previous file with comments | « test/firebase_collection_test.dart ('k') | test/firebase_test_helpers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698