blob: a4569b18715a46b9262753a110520c23b9961f16 [file] [log] [blame]
<style include="trusted-style">
</style>
<paper-spinner-lite active="[[collectionsLoading_]]"></paper-spinner-lite>
<!-- TODO(b/181697575) handle error cases and update error string to UI spec -->
<p hidden$="[[!hasError_]]" id="error">error</p>
<iframe id="collections-iframe" frameBorder="0" hidden$="[[!showCollections_]]"
src="chrome-untrusted://personalization/untrusted/collections.html"
role="main" aria-label$="[[i18n('wallpaperCollections')]]">
</iframe>