mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
script: Use RegExpFlag_UnicodeSets
when validating regular expressions in HTMLInputElement
(#36236)
Changed `RegExpFlag_Unicode` to `RegExpFlag_UnicodeSets` in all instances. Testing: Ran `./mach test-wpt tests/wpt/tests/html/semantics/forms/constraints/form-validation-validity-patternMismatch.html` and all tests passed successfully. Fixes: #36075 --------- Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>
This commit is contained in:
parent
fab7bbcd38
commit
be38c5478f
3 changed files with 3 additions and 33 deletions
|
@ -1,21 +0,0 @@
|
|||
[form-validation-validity-patternMismatch.html]
|
||||
[[INPUT in TEXT status\] Invalid `v` regular expression gets ignored]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Invalid `v` regular expression gets ignored]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Invalid `v` regular expression gets ignored]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Invalid `v` regular expression gets ignored]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Invalid `v` regular expression gets ignored]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Invalid `v` regular expression gets ignored]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Invalid `v` regular expression gets ignored, if multiple is present]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[pattern_attribute_v_flag.html]
|
||||
[<input pattern> supports set difference syntax]
|
||||
expected: FAIL
|
||||
|
||||
[<input pattern> supports string literal syntax]
|
||||
expected: FAIL
|
||||
|
||||
[<input pattern> enables the RegExp v flag]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue