Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Side by Side Diff: chrome/test/data/extensions/api_test/notification_provider/test_app/window.html

Issue 461403005: add a test app using notification provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add copyright headers Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/api_test/notification_provider/test_app/styles.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <!-- Copyright (c) 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. -->
5 <html>
6 <head>
7 <title>Notification Provider API Test</title>
8 <link rel="stylesheet" href="styles.css">
9 </head>
10 <body>
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 fo rmat:</b></p>
16 <p>Notification ID: 10000000</p>
17 <p>Type: basic</p>
18 <p>Message: content goes here</p>
19 <br/>
20 </div>
21 </div>
22 <script src="main.js"></script>
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/notification_provider/test_app/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698