https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ec12e6a1b356e9187730aa37398863004f4509ee authored by Douglas Creager on 19 October 2018, 12:57:35 UTC
NEL: Add test cases for redirects/cache
Tip revision: ec12e6a
Window-TrustedTypes.tentative.html
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/helper.sub.js"></script>
<body>
<script>
  test(t => {
    let factory = window.TrustedTypes;
    assert_true(factory instanceof TrustedTypePolicyFactory);
  }, "factory = window.TrustedTypes");
</script>
back to top