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: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, wenson_hsieh |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
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.