Changeset 280617 in webkit
- Timestamp:
- Aug 3, 2021, 3:11:21 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r280610 r280617 1 2021-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 1 10 2021-08-03 Tim Horton <timothy_horton@apple.com> 2 11 -
trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r280405 r280617 4485 4485 PASS Window interface: attribute origin 4486 4486 PASS 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 4487 PASS Window interface: attribute crossOriginIsolated 4488 4488 PASS Window interface: operation btoa(DOMString) 4489 4489 PASS Window interface: operation atob(DOMString) … … 4635 4635 PASS Window interface: window must inherit property "origin" with the proper type 4636 4636 PASS 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 4637 PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type 4638 4638 PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type 4639 4639 PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError … … 5846 5846 PASS Document interface: documentWithHandlers must inherit property "activeElement" with the proper type 5847 5847 PASS ShadowRoot interface: attribute activeElement 5848
Note:
See TracChangeset
for help on using the changeset viewer.