Title: [280617] trunk/LayoutTests
Revision
280617
Author
ehutchi...@apple.com
Date
2021-08-03 15:11:21 -0700 (Tue, 03 Aug 2021)

Log Message

Re-baseline imported/w3c/web-platform-tests/html/dom/idlharness.https.html.
https://bugs.webkit.org/show_bug.cgi?id=228198.

Unreviewed re-baseline.

* platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (280616 => 280617)


--- trunk/LayoutTests/ChangeLog	2021-08-03 20:54:22 UTC (rev 280616)
+++ trunk/LayoutTests/ChangeLog	2021-08-03 22:11:21 UTC (rev 280617)
@@ -1,3 +1,12 @@
+2021-08-03  Eric Hutchison  <ehutchi...@apple.com>
+
+        Re-baseline imported/w3c/web-platform-tests/html/dom/idlharness.https.html.
+        https://bugs.webkit.org/show_bug.cgi?id=228198.
+
+        Unreviewed re-baseline.
+
+        * platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
+
 2021-08-03  Tim Horton  <timothy_hor...@apple.com>
 
         fast/dom/navigator-iOS-userAgent.html fails on iPad because the platform is not "iPhone" or "iPad"

Modified: trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (280616 => 280617)


--- trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt	2021-08-03 20:54:22 UTC (rev 280616)
+++ trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt	2021-08-03 22:11:21 UTC (rev 280617)
@@ -4484,7 +4484,7 @@
 PASS Window interface: attribute onunload
 PASS Window interface: attribute origin
 PASS Window interface: attribute isSecureContext
-FAIL Window interface: attribute crossOriginIsolated assert_own_property: The global object must have a property "crossOriginIsolated" expected property "crossOriginIsolated" missing
+PASS Window interface: attribute crossOriginIsolated
 PASS Window interface: operation btoa(DOMString)
 PASS Window interface: operation atob(DOMString)
 PASS Window interface: operation setTimeout(TimerHandler, optional long, any...)
@@ -4634,7 +4634,7 @@
 PASS Window interface: window must inherit property "onunload" with the proper type
 PASS Window interface: window must inherit property "origin" with the proper type
 PASS Window interface: window must inherit property "isSecureContext" with the proper type
-FAIL Window interface: window must inherit property "crossOriginIsolated" with the proper type assert_own_property: expected property "crossOriginIsolated" missing
+PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type
 PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type
 PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError
 PASS Window interface: window must inherit property "atob(DOMString)" with the proper type
@@ -5845,4 +5845,3 @@
 PASS Document interface: documentWithHandlers must inherit property "onpaste" with the proper type
 PASS Document interface: documentWithHandlers must inherit property "activeElement" with the proper type
 PASS ShadowRoot interface: attribute activeElement
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to