| Differences between
and this patch
- LayoutTests/ChangeLog +10 lines
Lines 1-3 LayoutTests/ChangeLog_sec1
1
2021-03-08  Chris Gambrell  <cgambrell@apple.com>
2
3
        REGRESSION: [iOS] http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html is failing
4
        https://bugs.webkit.org/show_bug.cgi?id=222823
5
        <rdar://problem/75133450>
6
7
        Reviewed by Darin Adler.
8
9
        * http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html:
10
1
2021-03-06  Antoine Quint  <graouts@webkit.org>
11
2021-03-06  Antoine Quint  <graouts@webkit.org>
2
12
3
        [Web Animations] Some tests under web-animations/timing-model/animations are ImageOnlyFailure
13
        [Web Animations] Some tests under web-animations/timing-model/animations are ImageOnlyFailure
- LayoutTests/http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html -1 / +1 lines
Lines 27-33 LayoutTests/http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html_sec1
27
        referrer = data;
27
        referrer = data;
28
        shouldBeEqualToString("referrer", "http://127.0.0.1:8000/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html");
28
        shouldBeEqualToString("referrer", "http://127.0.0.1:8000/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html");
29
29
30
        openIframe("resources/redirect.py?redirectTo=http://localhost:8000/security/resources/echo-referrer.php", finishJSTest);
30
        openIframe("resources/redirect.php?redirectTo=http://localhost:8000/security/resources/echo-referrer.php", finishJSTest);
31
31
32
    }).catch(function(error) {
32
    }).catch(function(error) {
33
        console.log(error.message);
33
        console.log(error.message);

Return to Bug 222823