@@ -156,8 +156,8 @@ public void basicHistoryNavigationWithoutAProxy() {
156
156
*/
157
157
@ Test
158
158
@ 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" )
161
161
public void crossDomainHistoryNavigationWithoutAProxy () {
162
162
String page1Url = server1 .whereIs (PAGE_1 ) + "?next=" + encode (server2 .whereIs (PAGE_2 ));
163
163
String page2Url = server2 .whereIs (PAGE_2 ) + "?next=" + encode (server1 .whereIs (PAGE_3 ));
@@ -200,8 +200,8 @@ public void basicHistoryNavigationWithADirectProxy() {
200
200
*/
201
201
@ Test
202
202
@ 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" )
205
205
public void crossDomainHistoryNavigationWithADirectProxy () {
206
206
proxyServer .setPacFileContents ("function FindProxyForURL(url, host) { return 'DIRECT'; }" );
207
207
WebDriver driver = createDriver (proxyServer .whereIs ("/pac.js" ));
@@ -225,8 +225,8 @@ public void crossDomainHistoryNavigationWithADirectProxy() {
225
225
*/
226
226
@ Test
227
227
@ 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" )
230
230
public void crossDomainHistoryNavigationWithAProxiedHost () {
231
231
proxyServer .setPacFileContents (Joiner .on ('\n' ).join (
232
232
"function FindProxyForURL(url, host) {" ,
@@ -257,8 +257,8 @@ public void crossDomainHistoryNavigationWithAProxiedHost() {
257
257
*/
258
258
@ Test
259
259
@ 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" )
262
262
public void crossDomainHistoryNavigationWhenProxyInterceptsHostRequests () {
263
263
proxyServer .setPacFileContents (Joiner .on ('\n' ).join (
264
264
"function FindProxyForURL(url, host) {" ,
0 commit comments