Skip to content

Commit

Permalink
Expect fail in node 18 due to invalid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 committed Feb 12, 2024
1 parent b699527 commit b2f5c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/web-platform-tests/to-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ formaction.html: [fail, Unknown]

DIR: html/semantics/forms/constraints

form-validation-validity-patternMismatch.html: [fail-node18, v is in invalid flag for RegExp in Node 18]
form-validation-validity-valueMissing.html: [fail, 'Spec unclear (see https://github.com/whatwg/html/issues/5202)']
form-validation-willValidate.html:
"[INPUT in COLOR status] Must be barred from the constraint validation if it is readonly": [fail, Not implemented]
Expand Down Expand Up @@ -1189,6 +1190,7 @@ input-type-button.html: [fail, Depends on offsetWidth]
input-type-change-value.html: [fail, Unknown]
input-type-checkbox-switch.tentative.window.html: [fail, Unknown]
input-untrusted-key-event.html: [fail-slow, Not implemented]
pattern_attribute_v_flag.html: [fail-node18, v is in invalid flag for RegExp in Node 18]
radio-disconnected-group-owner.html: [fail, Unknown]
range-2.html: [fail, step attribute not yet implemented]
range-restore-oninput-onchange-event.https.html: [fail-slow, Not implemented]
Expand Down

0 comments on commit b2f5c00

Please sign in to comment.