From f5d24c1c5d08af32980bf283f8530b48d023436c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 14 Feb 2023 02:13:57 +0100 Subject: [PATCH] Add tests for enabling the RegExp `v` flag (#38325) Proposal: https://github.com/whatwg/html/pull/7908 --- .../the-input-element/pattern_attribute.html | 68 ++++++++++++++++++- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/html/semantics/forms/the-input-element/pattern_attribute.html b/html/semantics/forms/the-input-element/pattern_attribute.html index ad9a4a4312c0ba..780336d9625c53 100644 --- a/html/semantics/forms/the-input-element/pattern_attribute.html +++ b/html/semantics/forms/the-input-element/pattern_attribute.html @@ -11,8 +11,42 @@

pattern attribute

+ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +