summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/cookie-deprecation-label/cookie-deprecation-label-insecure-context.http.html
blob: bf415e97fa860020c440e14f41bbaac29941ad8c (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
  test(() => {
    assert_equals(navigator.cookieDeprecationLabel, undefined);
  }, 'Test navigator.cookieDeprecationLabel in insecure context');
</script>