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

Unified Diff: chrome/test/data/webui/cr_elements/cr_scrollable_behavior_tests.js

Issue 2895723002: [WebUI] use one-way Polymer binding on dom-if, dom-repeat, and iron-list (Closed)
Patch Set: Created 3 years, 7 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 | « chrome/browser/resources/pdf/elements/viewer-bookmarks-content/viewer-bookmarks-content.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/cr_elements/cr_scrollable_behavior_tests.js
diff --git a/chrome/test/data/webui/cr_elements/cr_scrollable_behavior_tests.js b/chrome/test/data/webui/cr_elements/cr_scrollable_behavior_tests.js
index 160f5c231f2b45afec7a72a976dedace60879e00..7c0ef062d8e9462f8cb86c118fbcdf346913911f 100644
--- a/chrome/test/data/webui/cr_elements/cr_scrollable_behavior_tests.js
+++ b/chrome/test/data/webui/cr_elements/cr_scrollable_behavior_tests.js
@@ -18,7 +18,7 @@ suite('cr-scrollable-behavior', function() {
}
</style>
<div id="container" scrollable>
- <iron-list scroll-target="container" items=[[items]]>
+ <iron-list scroll-target="container" items="[[items]]">
dpapad 2017/05/19 19:35:19 Was this caught by a PRESUBMIT? I recall that we a
dschuyler 2017/05/19 19:37:10 It wasn't. I was grepping for issues (just lookin'
<template>
<div>[[item]]</div>
</template>
« no previous file with comments | « chrome/browser/resources/pdf/elements/viewer-bookmarks-content/viewer-bookmarks-content.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698