Bug 1394399 - Fix web-platform-tests to expect "same-origin" default Request.credentials

Issue #389
This commit is contained in:
janekptacijarabaci 2018-05-26 17:33:27 +02:00 committed by Roy Tam
commit 8c8210bacf
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@
break;
case "credentials":
defaultValue = "omit";
defaultValue = "same-origin";
newValue = "cors";
break;