2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. -->
7 <title>Notification Provider API Test
</title>
8 <link rel=
"stylesheet" href=
"styles.css">
11 <h1>Notification Provider API Test
</h1>
12 <p>This sample demonstrates the use of the notificationProvider API.
</p>
13 <div id=
"notification_list">
14 <div class=
"notification" id=
"10000000">
15 <p><b>Notifications will be displayed in this format:
</b></p>
16 <p>Notification ID:
10000000</p>
18 <p>Message: content goes here
</p>
22 <script src=
"main.js"></script>