4 <title>core-range
</title>
6 <script src=
"../platform/platform.js"></script>
8 <link rel=
"import" href=
"core-range.html">
19 <polymer-element name=
"x-test" noscript
attributes=
"value">
26 display: inline-block;
29 background-color: #ddd;
33 background-color: red;
36 box-sizing: border-box;
37 -moz-box-sizing: border-box;
42 <core-range min=
"0" max=
"200" value=
"{{value}}" ratio=
"{{ratio}}"></core-range>
44 <div class=
"progress" style=
"width: {{ratio}}%;">{{ratio}}%
</div><br>
46 value (
0 -
200):
<input value=
"{{value}}">
52 <x-test value=
"100"></x-test>