Skip to content

Commit

Permalink
[Trusted Types] make the idlharness.js tentative (#20166)
Browse files Browse the repository at this point in the history
Almost all of the other tests are already tentative.
  • Loading branch information
foolip authored and mikewest committed Nov 25, 2019
1 parent 5b888a2 commit b074e94
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ idl_test(
TrustedScript: ['window.trustedTypes.createPolicy("SomeName2", { createScript: s => s }).createScript("A string")'],
TrustedScriptURL: ['window.trustedTypes.createPolicy("SomeName3", { createScriptURL: s => s }).createScriptURL("A string")'],
});
},
'Trusted Types'
}
);

0 comments on commit b074e94

Please sign in to comment.