5 <title>Android Web Notifications Instrumentation test-page
</title>
8 <!-- This page is used by the NotificationUIManagerTest instrumentation test
10 <script src=
"notification_test_utils.js"></script>
12 function showNotification(title
, options
) {
13 GetActivatedServiceWorker('android_test_worker.js', location
.pathname
)
14 .then(function(registration
) {
15 registration
.showNotification(title
, options
);