| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
|
| index 1ce765736373bc3b37272c2eeb3e8ba7d9bbcfcc..1ac90a186a7c7cf16518a33aaa89f8d0384bbe09 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
|
| @@ -18,7 +18,7 @@ PASS [INPUT in TEXT status] Non-dirty value - length of value is greater than ma
|
| PASS [INPUT in TEXT status] Dirty value - value is less than maxlength
|
| PASS [INPUT in TEXT status] Dirty value - length of value(AAA) in unicode is less than maxlength
|
| PASS [INPUT in TEXT status] Dirty value - value equals to maxlength
|
| -FAIL [INPUT in TEXT status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
|
| +PASS [INPUT in TEXT status] Dirty value - length of value is greater than maxlength
|
| PASS [INPUT in SEARCH status] Non-dirty value - maxlength is not set
|
| PASS [INPUT in SEARCH status] Non-dirty value - value is empty string
|
| PASS [INPUT in SEARCH status] Non-dirty value - length of value is less than maxlength
|
| @@ -27,7 +27,7 @@ PASS [INPUT in SEARCH status] Non-dirty value - length of value is greater than
|
| PASS [INPUT in SEARCH status] Dirty value - value is less than maxlength
|
| PASS [INPUT in SEARCH status] Dirty value - length of value(AAA) in unicode is less than maxlength
|
| PASS [INPUT in SEARCH status] Dirty value - value equals to maxlength
|
| -FAIL [INPUT in SEARCH status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
|
| +PASS [INPUT in SEARCH status] Dirty value - length of value is greater than maxlength
|
| PASS [INPUT in TEL status] Non-dirty value - maxlength is not set
|
| PASS [INPUT in TEL status] Non-dirty value - value is empty string
|
| PASS [INPUT in TEL status] Non-dirty value - length of value is less than maxlength
|
| @@ -36,7 +36,7 @@ PASS [INPUT in TEL status] Non-dirty value - length of value is greater than max
|
| PASS [INPUT in TEL status] Dirty value - value is less than maxlength
|
| PASS [INPUT in TEL status] Dirty value - length of value(AAA) in unicode is less than maxlength
|
| PASS [INPUT in TEL status] Dirty value - value equals to maxlength
|
| -FAIL [INPUT in TEL status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
|
| +PASS [INPUT in TEL status] Dirty value - length of value is greater than maxlength
|
| PASS [INPUT in URL status] Non-dirty value - maxlength is not set
|
| PASS [INPUT in URL status] Non-dirty value - value is empty string
|
| PASS [INPUT in URL status] Non-dirty value - length of value is less than maxlength
|
| @@ -45,7 +45,7 @@ PASS [INPUT in URL status] Non-dirty value - length of value is greater than max
|
| PASS [INPUT in URL status] Dirty value - value is less than maxlength
|
| PASS [INPUT in URL status] Dirty value - length of value(AAA) in unicode is less than maxlength
|
| PASS [INPUT in URL status] Dirty value - value equals to maxlength
|
| -FAIL [INPUT in URL status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
|
| +PASS [INPUT in URL status] Dirty value - length of value is greater than maxlength
|
| PASS [INPUT in EMAIL status] Non-dirty value - maxlength is not set
|
| PASS [INPUT in EMAIL status] Non-dirty value - value is empty string
|
| PASS [INPUT in EMAIL status] Non-dirty value - length of value is less than maxlength
|
| @@ -63,7 +63,7 @@ PASS [INPUT in PASSWORD status] Non-dirty value - length of value is greater tha
|
| PASS [INPUT in PASSWORD status] Dirty value - value is less than maxlength
|
| PASS [INPUT in PASSWORD status] Dirty value - length of value(AAA) in unicode is less than maxlength
|
| PASS [INPUT in PASSWORD status] Dirty value - value equals to maxlength
|
| -FAIL [INPUT in PASSWORD status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
|
| +PASS [INPUT in PASSWORD status] Dirty value - length of value is greater than maxlength
|
| PASS [textarea] Non-dirty value - maxlength is not set
|
| PASS [textarea] Non-dirty value - value is empty string
|
| PASS [textarea] Non-dirty value - length of value is less than maxlength
|
| @@ -72,6 +72,6 @@ PASS [textarea] Non-dirty value - length of value is greater than maxlength
|
| PASS [textarea] Dirty value - value is less than maxlength
|
| PASS [textarea] Dirty value - length of value(LF, CRLF) in unicode is less than maxlength
|
| PASS [textarea] Dirty value - length of value equals to maxlength
|
| -FAIL [textarea] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
|
| +PASS [textarea] Dirty value - length of value is greater than maxlength
|
| Harness: the test ran to completion.
|
|
|
|
|