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

Unified Diff: test/fixtures/x_list.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/fixtures/x_list.dart ('k') | test/iron_a11y_announcer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixtures/x_list.html
diff --git a/test/fixtures/x_list.html b/test/fixtures/x_list.html
index 0349f15bcfb8cf8cd562e870bb105c7cdd83cf5e..d4cd70d44c9c3dc0309bab904620fdce4a596043 100644
--- a/test/fixtures/x_list.html
+++ b/test/fixtures/x_list.html
@@ -35,7 +35,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
as="item" id="list">
<template>
<div class="item">
- <div style$="[[computedItemHeight()]]">[[item.index]]</div>
+ <div style$="[[computedItemHeight(item)]]">[[item.index]]</div>
</div>
</template>
</iron-list>
« no previous file with comments | « test/fixtures/x_list.dart ('k') | test/iron_a11y_announcer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698