| Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
|
| index 4e56aa3803e780a205ecc0d086def7230280648a..10413aabaea5568e87d7de49ba42f6f59a761d87 100644
|
| --- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
|
| @@ -14,10 +14,10 @@ ValidationMessageClient: main-message=Please shorten this text to 20 characters
|
| ValidationMessageClient: main-message=Please match the requested format. sub-message=
|
| ValidationMessageClient: main-message=Please enter a URL. sub-message=
|
| ValidationMessageClient: main-message=Please fill out this field. sub-message=
|
| -CONSOLE WARNING: The specified value 'a' is not a valid email address.
|
| -CONSOLE WARNING: The specified value 'a' is not a valid email address.
|
| +CONSOLE WARNING: The specified value "a" is not a valid email address.
|
| +CONSOLE WARNING: The specified value "a" is not a valid email address.
|
| ValidationMessageClient: main-message=Please match the requested format. sub-message=
|
| -CONSOLE WARNING: The specified value 'abc' is not a valid email address.
|
| +CONSOLE WARNING: The specified value "abc" is not a valid email address.
|
| ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
|
| ValidationMessageClient: main-message=Please fill out this field. sub-message=
|
| ValidationMessageClient: main-message=Value must be 01/01/2000 or earlier. sub-message=
|
|
|