[Webkit-unassigned] [Bug 208992] New: REGRESSION(r257190): [WPE] imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 06:43:44 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=208992

            Bug ID: 208992
           Summary: REGRESSION(r257190): [WPE]
                    imported/w3c/web-platform-tests/html/semantics/forms/c
                    onstraints/form-validation-willValidate.html is
                    failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

The test started failing since r257190 (Put more of the datalist element implementation inside ENABLE(DATALIST_ELEMENT)).

Diff:

--- /home/dpino/workspace/webkit-wpe/layout-test-results/retries/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt
+++ /home/dpino/workspace/webkit-wpe/layout-test-results/retries/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-actual.txt
@@ -47,11 +47,11 @@
 PASS [INPUT in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
 PASS [BUTTON in SUBMIT status] Must be barred from the constraint validation
 PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an element is mutable
-PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor 
+FAIL [BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor assert_false: The willValidate attribute should be false. expected false got true
 PASS [select]  Must be barred from the constraint validation
 PASS [select]  The willValidate attribute must be true if an element is mutable
-PASS [select]  The willValidate attribute must be false if it has a datalist ancestor 
+FAIL [select]  The willValidate attribute must be false if it has a datalist ancestor assert_false: The willValidate attribute should be false. expected false got true
 PASS [textarea]  Must be barred from the constraint validation
 PASS [textarea]  The willValidate attribute must be true if an element is mutable
-PASS [textarea]  The willValidate attribute must be false if it has a datalist ancestor 
+FAIL [textarea]  The willValidate attribute must be false if it has a datalist ancestor assert_false: The willValidate attribute should be false. expected false got true

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200312/7e94fac2/attachment.htm>


More information about the webkit-unassigned mailing list