summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-read-contents.html
blob: c902366b023accd611d52cd1c34e6b7c538f5cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>iframe: cross-origin CSS via service worker</title>

<!-- Service worker responds with a cross-origin opaque response. -->
<link href="cross-origin-css.css" rel="stylesheet" type="text/css">

<!-- Service worker responds with a cross-origin CORS approved response. -->
<link href="cross-origin-css.css?cors" rel="stylesheet" type="text/css">

<!-- Service worker falls back to network. This is a same-origin response. -->
<link href="fetch-request-css-cross-origin-mime-check-same.css" rel="stylesheet" type="text/css">

<!-- Service worker responds with a new Response() synthetic response. -->
<link href="synthetic.css" rel="stylesheet" type="text/css">