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