Bug 208992

Summary: REGRESSION(r257190): [WPE] imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html is failing
Product: WebKit Reporter: Diego Pino <dpino>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cdumez, wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-03-12 06:43:44 PDT
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