Bug 281267
Summary: | [ macOS wk2 ] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fady Farag <com.webkit.iidmsa> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | karlcow, mike, rackler, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://wpt.live/results/html/semantics/interactive-elements/the-summary-element/interactive-content.html?label=experimental&label=master&aligned |
Fady Farag
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html
is a flaky failure.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Finteractive-elements%2Fthe-summary-element%2Finteractive-content.html&platform=mac
TEXT DIFF:
--- /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content-actual.txt
@@ -16,8 +16,8 @@
PASS Clicking a <button> doesn’t open <details>
PASS Clicking the content of an <embed> doesn’t open <details>
PASS Clicking in an <iframe> doesn’t open <details>
-PASS Clicking an <img> with a “usemap†attribute doesn’t open <details>
-PASS Clicking an <img> without a “usemap†attribute opens <details>
+FAIL Clicking an <img> with a “usemap†attribute doesn’t open <details> promise_test: Unhandled rejection with value: object "Error: element click intercepted error"
+FAIL Clicking an <img> without a “usemap†attribute opens <details> promise_test: Unhandled rejection with value: object "Error: element click intercepted error"
PASS Clicking an <input type=button> doesn’t open <details>
PASS Clicking an <input type=reset> doesn’t open <details>
PASS Clicking an <input type=submit> doesn’t open <details>
@@ -38,7 +38,7 @@
PASS Clicking an <input type=checkbox> doesn’t open <details>
PASS Clicking an <input type=radio> doesn’t open <details>
PASS Clicking an <input type=file> doesn’t open <details>
-PASS Clicking an <input type=image> doesn’t open <details>
+FAIL Clicking an <input type=image> doesn’t open <details> promise_test: Unhandled rejection with value: object "Error: element click intercepted error"
PASS Clicking a <label> doesn’t open <details>
PASS Clicking in a <textarea> doesn’t open <details>
PASS Clicking a <video> doesn’t open <details>
DIFF URL:
https://build.webkit.org/results/Apple-Ventura-Release-WK2-Tests/284976@main%20(8402)/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content-pretty-diff.html
REPRODUCIBILITY:
I was able to reproduce the issue on ToT using command
run-webkit-tests imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html --release --iteration=10
DESCRIPTION:
This test has been flaky failing for some time now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137721329>
Fady Farag
Pull request: https://github.com/WebKit/WebKit/pull/35019
Karl Dubost
Showed as crashing on
https://wpt.fyi/results/html/semantics/interactive-elements/the-summary-element/interactive-content.html?label=experimental&label=master&aligned
sideshowbarker
I'll make time to look into the test and figure out how to get it consistently
EWS
Test gardening commit 285028@main (b83208e118d6): <https://commits.webkit.org/285028@main>
Reviewed commits have been landed. Closing PR #35019 and removing active labels.
Karl Rackler
The test was added at https://commits.webkit.org/267491@main and has been a flaky failure since then. It is currently showing as a flaky failure on macOS wk1 and wk2. Adjusting test expectations.
EWS
Test gardening commit 290617@main (4389f34f47da): <https://commits.webkit.org/290617@main>
Reviewed commits have been landed. Closing PR #40863 and removing active labels.