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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/notification_provider/test_app/window.html
diff --git a/chrome/test/data/extensions/api_test/notification_provider/test_app/window.html b/chrome/test/data/extensions/api_test/notification_provider/test_app/window.html
new file mode 100644
index 0000000000000000000000000000000000000000..5b444fb0e997bbedb966f0aee492c0e5b26f23b1
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/notification_provider/test_app/window.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML>
+<!-- Copyright (c) 2014 The Chromium Authors. All rights reserved.
+ -- Use of this source code is governed by a BSD-style license that can be
+ -- found in the LICENSE file. -->
+<html>
+ <head>
+ <title>Notification Provider API Test</title>
+ <link rel="stylesheet" href="styles.css">
+ </head>
+ <body>
+ <h1>Notification Provider API Test</h1>
+ <p>This sample demonstrates the use of the notificationProvider API.</p>
+ <div id="notification_list">
+ <div class="notification" id="10000000">
+ <p><b>Notifications will be displayed in this format:</b></p>
+ <p>Notification ID: 10000000</p>
+ <p>Type: basic</p>
+ <p>Message: content goes here</p>
+ <br/>
+ </div>
+ </div>
+ <script src="main.js"></script>
+ </body>
+</html>
« 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