[webkit-changes] [WebKit/WebKit] 63e626: `runInCrossOriginFrame` should use localhost as th...

Charlie Wolfe noreply at github.com
Thu Mar 21 16:02:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 63e62616909625820d71aa1f339e9eb4cdbd9b35
      https://github.com/WebKit/WebKit/commit/63e62616909625820d71aa1f339e9eb4cdbd9b35
  Author: Charlie Wolfe <charliew at apple.com>
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
    M LayoutTests/platform/mac-site-isolation/TestExpectations
    M Tools/WebKitTestRunner/TestInvocation.cpp

  Log Message:
  -----------
  `runInCrossOriginFrame` should use localhost as the mainframe URL
https://bugs.webkit.org/show_bug.cgi?id=271414
rdar://125193552

Reviewed by Alex Christensen.

Some tests expect that the mainframe is hosted locally, but it will currently not be with
`runInCrossOriginFrame=true`. We can make the mainframe hosted locally if we use localhost instead of
webkit.org. The iframe URL will be http://127.0.0.1/, so it will still be cross-origin.

* LayoutTests/platform/mac-site-isolation/TestExpectations:
* Tools/WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::invoke):

Canonical link: https://commits.webkit.org/276501@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list