[webkit-reviews] review requested: [Bug 222823] REGRESSION: [iOS] http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html is failing : [Attachment 422456] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 17:18:28 PST 2021


Chris Gambrell <cgambrell at apple.com> has asked	for review:
Bug 222823: REGRESSION: [iOS]
http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-priva
te-mode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=222823

Attachment 422456: Patch

https://bugs.webkit.org/attachment.cgi?id=422456&action=review




--- Comment #9 from Chris Gambrell <cgambrell at apple.com> ---
Comment on attachment 422456
  --> https://bugs.webkit.org/attachment.cgi?id=422456
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=422456&action=review

>
LayoutTests/http/tests/security/strip-referrer-to-origin-for-third-party-redire
cts-in-private-mode.html:-30
> -	  
openIframe("resources/redirect.py?redirectTo=http://localhost:8000/security/res
ources/echo-referrer.php", finishJSTest);

"resources/redirect.py" was thought to be referencing
LayoutTests/http/tests/resources/redirect.py when in actuality it was
referencing LayoutTests/http/tests/security/resources/redirect.py which does
not exist. Corrected back to "resources/redirect.php"


More information about the webkit-reviews mailing list