Bug 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git] / dom / manifest / test / cookie_setter_with_credentials_cross_origin.html
blob6d1c4045c392617fbbe2aa10f5eb4680ec832f74
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <h1>Cross origin cookie sender</h1>
4 <script>
5 document.cookie = "🍪";
6 </script>
7 <!--
8 This is loaded from "example.com", which then loads
9 the manifest from "example.org".
10 -->
11 <link
12 rel="manifest"
13 href="https://example.org/browser/dom/manifest/test/cookie_checker.sjs"
14 crossorigin="use-credentials">