Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-origin.html

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Fetch: check Access-Control-Allow-Origin header management</title>
6 <meta name="author" title="Canon Research France" href="https://www.crf.cano n.fr">
7 <meta name="help" href="https://fetch.spec.whatwg.org/#http-cors-protocol">
8 <meta name="help" href="https://fetch.spec.whatwg.org/#main-fetch">
9 <meta name="help" href="https://fetch.spec.whatwg.org/#http-fetch">
10 <meta name="help" href="https://fetch.spec.whatwg.org/#cors-check">
11 <script src="/resources/testharness.js"></script>
12 <script src="/resources/testharnessreport.js"></script>
13 </head>
14 <body>
15 <script src="/common/utils.js"></script>
16 <script src="../resources/utils.js"></script>
17 <script src="/common/get-host-info.sub.js"></script>
18 <script src="cors-origin.js"></script>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698