Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / notifications / galore / app / window.html
index 2b1da6e..1e1ed17 100644 (file)
       <button class="notification borderless">
         <img src="images/white-40x40.png">
       </button>
+      <div class="progress-control">
+        <input class="progress-oneshot borderless" type="radio" name="progress-type">
+        One shot, progress (0-100):
+        <input class="progress borderless" type="range" min="0" max="100">
+        <br>
+        <input class="progress-recurring borderless" type="radio" name="progress-type">
+        Recurring, every (1-60)
+        <input class="progress-sec borderless" type="number" min="1" max="60">
+        seconds, step (1-100):
+        <input class="progress-step borderless" type="range" min="1" max="100">
+        <br><br>
+      </div>
     </div>
     <div id="priority" class="section">
       <h1><span>Priority</span></h1>