⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280617 in webkit


Ignore:
Timestamp:
Aug 3, 2021, 3:11:21 PM (5 years ago)
Author:
Eric Hutchison
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r280610 r280617  
     12021-08-03  Eric Hutchison  <ehutchison@apple.com>
     2
     3        Re-baseline imported/w3c/web-platform-tests/html/dom/idlharness.https.html.
     4        https://bugs.webkit.org/show_bug.cgi?id=228198.
     5
     6        Unreviewed re-baseline.
     7
     8        * platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
     9
    1102021-08-03  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt

    r280405 r280617  
    44854485PASS Window interface: attribute origin
    44864486PASS Window interface: attribute isSecureContext
    4487 FAIL Window interface: attribute crossOriginIsolated assert_own_property: The global object must have a property "crossOriginIsolated" expected property "crossOriginIsolated" missing
     4487PASS Window interface: attribute crossOriginIsolated
    44884488PASS Window interface: operation btoa(DOMString)
    44894489PASS Window interface: operation atob(DOMString)
     
    46354635PASS Window interface: window must inherit property "origin" with the proper type
    46364636PASS Window interface: window must inherit property "isSecureContext" with the proper type
    4637 FAIL Window interface: window must inherit property "crossOriginIsolated" with the proper type assert_own_property: expected property "crossOriginIsolated" missing
     4637PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type
    46384638PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type
    46394639PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError
     
    58465846PASS Document interface: documentWithHandlers must inherit property "activeElement" with the proper type
    58475847PASS ShadowRoot interface: attribute activeElement
    5848 
Note: See TracChangeset for help on using the changeset viewer.