Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / html-echo.html
blobfdd145cc293d0a27ac101af551f6e98337dea0c2
1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
2 <!--
3 The <html-echo> injects given |content| into its innerHTML, bypassing HTML
4 escaping, which is always made by Polymer when we insert the result of an
5 Polymer expression into element's body.
7 Example:
9 <html-echo content="<div>Hello</div>"></html-element>
11 will be equivalent to:
13 <span><div>Hello</div></span>
14 -->
15 <polymer-element name="html-echo" attributes="content"></polymer-element>