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

Unified Diff: LayoutTests/fast/notifications/resources/notification-show.html

Issue 22909013: Notification should not leak document. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add test expectation Created 7 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
Index: LayoutTests/fast/notifications/resources/notification-show.html
diff --git a/LayoutTests/fast/notifications/resources/notification-show.html b/LayoutTests/fast/notifications/resources/notification-show.html
new file mode 100644
index 0000000000000000000000000000000000000000..fb2a262afadebd503ccda515deb4af941a3882da
--- /dev/null
+++ b/LayoutTests/fast/notifications/resources/notification-show.html
@@ -0,0 +1,3 @@
+<script>
+window.webkitNotifications.createNotification("", "New E-mail", "Meet me tonight at 8!").show();
+</script>

Powered by Google App Engine
This is Rietveld 408576698