RESOLVED FIXED208992
REGRESSION(r257190): [WPE] imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html is failing
https://bugs.webkit.org/show_bug.cgi?id=208992
Summary REGRESSION(r257190): [WPE] imported/w3c/web-platform-tests/html/semantics/for...
Diego Pino
Reported 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
Attachments
Diego Pino
Comment 1 2025-06-11 02:57:37 PDT
This test started passing in the interval 289181@main..289187@main: - https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html& Likely fixed by 289182@main, which also fixed other related tests. Test removed from test expectations in 295817@main. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.