summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mixed-content/generic/template/test.js.template
blob: b8c0769fcfd8ed0683960400b2428dfea7cda849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MixedContentTestCase(
  {
    "opt_in_method": "%(opt_in_method)s",
    "origin": "%(origin)s",
    "source_scheme": "%(source_scheme)s",
    "context_nesting": "%(context_nesting)s",
    "redirection": "%(redirection)s",
    "subresource": "%(subresource)s",
    "expectation": "%(expectation)s"
  },
  document.querySelector("meta[name=assert]").content,
  new SanityChecker()
).start();