Closed
Description
Test List
Rationale
RegExp v flag wasn't in scope for Interop 2023. The new subtests for whatwg/html#7908 added in web-platform-tests/wpt#38547 currently fail in Firefox and Safari.
<input pattern> supports set difference syntax
<input pattern> supports string literal syntax
<input pattern> enables the RegExp v flag
We could either remove this test file from Interop (since no other subtests fail), or split into two files, or mark the new tests with assert_implements_optional
(maybe feature-checking support for the v
flag on RegExp).