@@ -156,8 +156,8 @@ public void basicHistoryNavigationWithoutAProxy() {
156156 */
157157 @ Test
158158 @ NeedsLocalEnvironment
159- @ Ignore (value = CHROME ,
160- reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
159+ @ Ignore (value = CHROME , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
160+ @ Ignore ( value = FIREFOX , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
161161 public void crossDomainHistoryNavigationWithoutAProxy () {
162162 String page1Url = server1 .whereIs (PAGE_1 ) + "?next=" + encode (server2 .whereIs (PAGE_2 ));
163163 String page2Url = server2 .whereIs (PAGE_2 ) + "?next=" + encode (server1 .whereIs (PAGE_3 ));
@@ -200,8 +200,8 @@ public void basicHistoryNavigationWithADirectProxy() {
200200 */
201201 @ Test
202202 @ NeedsLocalEnvironment
203- @ Ignore (value = CHROME ,
204- reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
203+ @ Ignore (value = CHROME , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
204+ @ Ignore ( value = FIREFOX , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
205205 public void crossDomainHistoryNavigationWithADirectProxy () {
206206 proxyServer .setPacFileContents ("function FindProxyForURL(url, host) { return 'DIRECT'; }" );
207207 WebDriver driver = createDriver (proxyServer .whereIs ("/pac.js" ));
@@ -225,8 +225,8 @@ public void crossDomainHistoryNavigationWithADirectProxy() {
225225 */
226226 @ Test
227227 @ NeedsLocalEnvironment
228- @ Ignore (value = CHROME ,
229- reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
228+ @ Ignore (value = CHROME , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
229+ @ Ignore ( value = FIREFOX , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
230230 public void crossDomainHistoryNavigationWithAProxiedHost () {
231231 proxyServer .setPacFileContents (Joiner .on ('\n' ).join (
232232 "function FindProxyForURL(url, host) {" ,
@@ -257,8 +257,8 @@ public void crossDomainHistoryNavigationWithAProxiedHost() {
257257 */
258258 @ Test
259259 @ NeedsLocalEnvironment
260- @ Ignore (value = CHROME ,
261- reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
260+ @ Ignore (value = CHROME , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
261+ @ Ignore ( value = FIREFOX , reason = "https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default" )
262262 public void crossDomainHistoryNavigationWhenProxyInterceptsHostRequests () {
263263 proxyServer .setPacFileContents (Joiner .on ('\n' ).join (
264264 "function FindProxyForURL(url, host) {" ,
0 commit comments