Bug 208992 - REGRESSION(r257190): [WPE] imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html is failing
Summary: REGRESSION(r257190): [WPE] imported/w3c/web-platform-tests/html/semantics/for...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-12 06:43 PDT by Diego Pino
Modified: 2020-03-12 06:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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