Title: [294061] trunk/LayoutTests
Revision
294061
Author
n...@apple.com
Date
2022-05-11 10:58:17 -0700 (Wed, 11 May 2022)

Log Message

Rebaseline WK1 notifications test expectations after r293921
https://bugs.webkit.org/show_bug.cgi?id=240153

Unreviewed test gardening.

* platform/mac-wk1/imported/w3c/web-platform-tests/notifications/idlharness.https.any-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (294060 => 294061)


--- trunk/LayoutTests/ChangeLog	2022-05-11 17:51:04 UTC (rev 294060)
+++ trunk/LayoutTests/ChangeLog	2022-05-11 17:58:17 UTC (rev 294061)
@@ -1,3 +1,12 @@
+2022-05-11  Ben Nham  <n...@apple.com>
+
+        Rebaseline WK1 notifications test expectations after r293921
+        https://bugs.webkit.org/show_bug.cgi?id=240153
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/imported/w3c/web-platform-tests/notifications/idlharness.https.any-expected.txt:
+
 2022-05-11  Karl Rackler  <rack...@apple.com>
 
         [Gardening][ macOS Debug wk2 ] fast/css/variables/test-suite/168.html is a flaky image failure

Modified: trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/notifications/idlharness.https.any-expected.txt (294060 => 294061)


--- trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/notifications/idlharness.https.any-expected.txt	2022-05-11 17:51:04 UTC (rev 294060)
+++ trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/notifications/idlharness.https.any-expected.txt	2022-05-11 17:58:17 UTC (rev 294061)
@@ -32,7 +32,7 @@
 FAIL Notification interface: attribute renotify assert_true: The prototype object must have a property "renotify" expected true got false
 FAIL Notification interface: attribute silent assert_true: The prototype object must have a property "silent" expected true got false
 FAIL Notification interface: attribute requireInteraction assert_true: The prototype object must have a property "requireInteraction" expected true got false
-FAIL Notification interface: attribute data assert_true: The prototype object must have a property "data" expected true got false
+PASS Notification interface: attribute data
 FAIL Notification interface: attribute actions assert_true: The prototype object must have a property "actions" expected true got false
 PASS Notification interface: operation close()
 PASS Notification must be primary interface of notification
@@ -58,7 +58,7 @@
 FAIL Notification interface: notification must inherit property "renotify" with the proper type assert_inherits: property "renotify" not found in prototype chain
 FAIL Notification interface: notification must inherit property "silent" with the proper type assert_inherits: property "silent" not found in prototype chain
 FAIL Notification interface: notification must inherit property "requireInteraction" with the proper type assert_inherits: property "requireInteraction" not found in prototype chain
-FAIL Notification interface: notification must inherit property "data" with the proper type assert_inherits: property "data" not found in prototype chain
+PASS Notification interface: notification must inherit property "data" with the proper type
 FAIL Notification interface: notification must inherit property "actions" with the proper type assert_inherits: property "actions" not found in prototype chain
 PASS Notification interface: notification must inherit property "close()" with the proper type
 PASS NotificationEvent interface: existence and properties of interface object
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to