mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Run WPT notifications tests. (#35442)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
99fa014d70
commit
abede5b4b2
17 changed files with 469 additions and 0 deletions
354
tests/wpt/meta/notifications/idlharness.https.any.js.ini
vendored
Normal file
354
tests/wpt/meta/notifications/idlharness.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,354 @@
|
|||
[idlharness.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.https.any.worker.html]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute permission]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: member requestPermission]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute maxActions]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onclick]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onshow]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onerror]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onclose]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute title]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute dir]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute lang]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute body]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute tag]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute image]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute icon]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute badge]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute vibrate]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute timestamp]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute renotify]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute silent]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute requireInteraction]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute data]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute actions]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: operation close()]
|
||||
expected: FAIL
|
||||
|
||||
[Notification must be primary interface of notification]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of notification]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "permission" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must not have property "requestPermission"]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "maxActions" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onshow" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onerror" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onclose" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "title" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "dir" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "lang" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "body" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "tag" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "image" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "icon" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "badge" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "vibrate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "timestamp" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "renotify" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "silent" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "requireInteraction" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "data" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "actions" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "close()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation showNotification(DOMString, optional NotificationOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation getNotifications(optional GetNotificationOptions)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.any.html]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute permission]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: operation requestPermission(optional NotificationPermissionCallback)]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute maxActions]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onclick]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onshow]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onerror]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute onclose]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute title]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute dir]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute lang]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute body]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute tag]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute image]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute icon]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute badge]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute vibrate]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute timestamp]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute renotify]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute silent]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute requireInteraction]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute data]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: attribute actions]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: operation close()]
|
||||
expected: FAIL
|
||||
|
||||
[Notification must be primary interface of notification]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of notification]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "permission" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "requestPermission(optional NotificationPermissionCallback)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: calling requestPermission(optional NotificationPermissionCallback) on notification with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "maxActions" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onclick" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onshow" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onerror" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "onclose" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "title" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "dir" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "lang" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "body" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "tag" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "image" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "icon" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "badge" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "vibrate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "timestamp" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "renotify" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "silent" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "requireInteraction" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "data" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "actions" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Notification interface: notification must inherit property "close()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation showNotification(DOMString, optional NotificationOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation getNotifications(optional GetNotificationOptions)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.any.serviceworker.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue