Index: Source/web/tests/data/manifest/cors-use-credentials.html |
diff --git a/Source/web/tests/data/manifest/cors-use-credentials.html b/Source/web/tests/data/manifest/cors-use-credentials.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dbe3e03a81f3e42f03618a0dbda78bf55229bb14 |
--- /dev/null |
+++ b/Source/web/tests/data/manifest/cors-use-credentials.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <link rel='manifest' crossorigin='use-credentials' href='http://foo.com/manifest.json'> |
+</head> |
+</html> |