Bug 1594935 [wpt PR 20166] - [Trusted Types] make the idlharness.js tentative, a=testonly

Automatic update from web-platform-tests
[Trusted Types] make the idlharness.js tentative (#20166)

Almost all of the other tests are already tentative.
--

wpt-commits: b074e94e68233694e757e746b3a17d02553735ed
wpt-pr: 20166
This commit is contained in:
Philip Jägenstedt 2019-11-26 11:33:13 +00:00 коммит произвёл moz-wptsync-bot
Родитель 422803f7f8
Коммит ea9a9d8abe
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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'
}
);