aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/ai/language_detection/detector-iframe.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/tests/ai/language_detection/detector-iframe.https.html')
-rw-r--r--tests/wpt/tests/ai/language_detection/detector-iframe.https.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/wpt/tests/ai/language_detection/detector-iframe.https.html b/tests/wpt/tests/ai/language_detection/detector-iframe.https.html
index 3e90d36b5aa..ddcf82bec68 100644
--- a/tests/wpt/tests/ai/language_detection/detector-iframe.https.html
+++ b/tests/wpt/tests/ai/language_detection/detector-iframe.https.html
@@ -37,6 +37,9 @@ function load_iframe(src, permission_policy) {
});
}
+// TODO(crbug.com/414428433): Tests in this file intermittently crash.
+// Re-enable once potential causes in Permissions Policy implementation
+// and test setup are addressed.
promise_test(async t => {
const src = HTTPS_NOTSAMESITE_ORIGIN + IFRAME_PATH;
const iframe = await load_iframe(src, /*permission_policy=*/"");