summaryrefslogtreecommitdiffstats
path: root/tests/auto/shared/data/notification.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/shared/data/notification.html')
-rw-r--r--tests/auto/shared/data/notification.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/shared/data/notification.html b/tests/auto/shared/data/notification.html
index cadcbd942..1d1e9c411 100644
--- a/tests/auto/shared/data/notification.html
+++ b/tests/auto/shared/data/notification.html
@@ -8,7 +8,7 @@
function getPermission() { return document.Notification }
function sendNotification(title, body) {
- let notification = new Notification(title, { body: body })
+ let notification = new Notification(title, { body: body, dir: 'rtl', lang: 'de', tag: 'tst' })
notification.onclick = function() { console.info('onclick') }
notification.onclose = function() { console.info('onclose') }
notification.onerror = function(error) { console.info('onerror: ' + error) }