Bug 229566
| Summary: | [iOS wk2 iPad] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> |
| Component: | New Bugs | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ehutchison, ntim, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Hutchison
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html
is a flaky failures on iOS wk2 iPad.
History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Finteractive-elements%2Fthe-dialog-element%2Fdialog-form-submission.html
Results: https://build.webkit.org/results/Apple-iPadOS-14-Simulator-Release-WK2-Tests/r281617%20(1906)/results.html
Diff:
--- /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt
+++ /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-actual.txt
@@ -1,11 +1,9 @@
-Confirm
-
PASS click the form submission button should close the dialog
PASS form submission should return correct value
PASS no returnValue when there's no result.
-FAIL input image button should return the coordinates assert_false: dialog should be closed now expected false got true
-FAIL formmethod attribute should use dialog form submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
-FAIL closing the dialog while submitting should stop the submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
-FAIL calling form.submit() in click handler of submit button should start the submission synchronously promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
+PASS input image button should return the coordinates
+PASS formmethod attribute should use dialog form submission
+PASS closing the dialog while submitting should stop the submission
+PASS calling form.submit() in click handler of submit button should start the submission synchronously
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82393525>
Eric Hutchison
Updated test expectations at https://trac.webkit.org/changeset/281628/webkit
Eric Hutchison
Reproduced test results locally on r281967 using run-webkit-tests --iOS-simulator --force -f --iterations 100 --exit-after-n-crashes-or-timeouts 2 --clobber-old-results imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html
Tim Nguyen (:ntim)
Committed r288136 (246142@trunk): <https://commits.webkit.org/246142@trunk>