Home
last modified time | relevance | path

Searched refs:crossoriginValue (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dsriharness.js1 var SRIScriptTest = function(pass, name, src, integrityValue, crossoriginValue, nonce) { argument
6 this.crossoriginValue = crossoriginValue;
15 if(this.crossoriginValue) {
16 e.setAttribute("crossorigin", this.crossoriginValue);