Skip to content

Commit

Permalink
credentials/ cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 27, 2017
1 parent 4e6e3fe commit b21376b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 78 deletions.
16 changes: 0 additions & 16 deletions fetch/api/credentials/authentication-basic-worker.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
if (this.document === undefined) {
importScripts("/resources/testharness.js");
importScripts("../resources/utils.js");
}
// META: script=../resources/utils.js

function basicAuth(desc, user, pass, mode, status) {
promise_test(function(test) {
Expand All @@ -17,5 +14,3 @@ function basicAuth(desc, user, pass, mode, status) {
basicAuth("User-added Authorization header with include mode", "user", "password", "include", 200);
basicAuth("User-added Authorization header with same-origin mode", "user", "password", "same-origin", 200);
basicAuth("User-added Authorization header with omit mode", "user", "password", "omit", 200);

done();
15 changes: 0 additions & 15 deletions fetch/api/credentials/authentication-basic.html

This file was deleted.

18 changes: 0 additions & 18 deletions fetch/api/credentials/cookies-worker.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
if (this.document === undefined) {
importScripts("/resources/testharness.js");
importScripts("../resources/utils.js");
}
// META: script=../resources/utils.js

function cookies(desc, credentials1, credentials2 ,cookies) {
var url = RESOURCES_DIR + "top.txt"
Expand Down Expand Up @@ -49,5 +46,3 @@ cookies("Omit mode: no cookie is stored", "omit", "include", ["e=5"]);
cookies("Omit mode: no cookie is sent", "include", "omit", ["f=6"]);
cookies("Same-origin mode: 1 cookie", "same-origin", "same-origin", ["a=1"]);
cookies("Same-origin mode: 2 cookies", "same-origin", "same-origin", ["b=2", "c=3"]);

done();
17 changes: 0 additions & 17 deletions fetch/api/credentials/cookies.html

This file was deleted.

0 comments on commit b21376b

Please sign in to comment.