summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/idlharness.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/dom/idlharness.https.html')
-rw-r--r--testing/web-platform/tests/html/dom/idlharness.https.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/html/dom/idlharness.https.html b/testing/web-platform/tests/html/dom/idlharness.https.html
index 7d693d3c0a..357a4fbe0b 100644
--- a/testing/web-platform/tests/html/dom/idlharness.https.html
+++ b/testing/web-platform/tests/html/dom/idlharness.https.html
@@ -38,7 +38,7 @@ const waitForLoad = new Promise(resolve => { addEventListener('load', resolve);
idl_test(
['html'],
- ['wai-aria', 'SVG', 'cssom', 'touch-events', 'uievents', 'dom', 'xhr', 'FileAPI', 'mediacapture-streams', 'performance-timeline'],
+ ['wai-aria', 'SVG', 'cssom', 'touch-events', 'uievents', 'dom', 'xhr', 'FileAPI', 'mediacapture-streams', 'performance-timeline', 'trusted-types'],
async idlArray => {
self.documentWithHandlers = new Document();
const handler = function(e) {};