commit 5eabda473f65187f7de106680ff0ee25fef7cf76
parent 9bfebaf42a4f256f76dc7d60751f2291f683daf1
Author: Tim Nguyen <nt1m@users.noreply.github.com>
Date: Mon, 27 Oct 2025 10:06:11 +0000
Bug 1995072 [wpt PR 55520] - Make variants excluding SFrameDecrypterStream & SFrameEncrypterStream from Interop 2025, a=testonly
Automatic update from web-platform-tests
Make variants excluding SFrameDecrypterStream & SFrameEncrypterStream from Interop 2025 (#55520)
This was added by https://github.com/web-platform-tests/wpt/commit/650d0619997a7d3b0d427c8e3c4ca819f43c93f2
--
wpt-commits: c290e24e619b8eb7fdd3a80abb82ad530bd8a920
wpt-pr: 55520
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/webrtc-encoded-transform/idlharness.https.window.js b/testing/web-platform/tests/webrtc-encoded-transform/idlharness.https.window.js
@@ -1,5 +1,5 @@
-// META: variant=?exclude=SFrameTransform.*
-// META: variant=?include=SFrameTransform.*
+// META: variant=?exclude=(SFrameDecrypterStream|SFrameEncrypterStream|SFrameTransform.*)
+// META: variant=?include=(SFrameDecrypterStream|SFrameEncrypterStream|SFrameTransform.*)
// META: script=/common/subset-tests-by-key.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js