Bug 264992
Summary: | NEW TEST[267491@main]: [ iOS17 ] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html is constant failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
Component: | New Bugs | Assignee: | sideshowbarker <mike> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mike, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Marta Darbinyan
Description:
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html is a constantly failing on iOS17 ToT since the test was introduced in 270536@main.
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Frendering%2Fwidgets%2Finput-checkbox-switch-rtl.tentative.html&version_name=iOS%2017
Diff Image:
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/270824@main%20(685)/imported/w3c/web-platform-tests/html/rendering/widgets/input-checkbox-switch-rtl.tentative-actual.png
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118535739>
EWS
Test gardening commit 270853@main (6cee4aba810f): <https://commits.webkit.org/270853@main>
Reviewed commits have been landed. Closing PR #20638 and removing active labels.
Marta Darbinyan
Updating the commit # in the title. The actual commit that introduced this test is 267491@main.
Marta Darbinyan
Update:
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Finteractive-elements%2Fthe-summary-element%2Finteractive-content.html&version_name=iOS%2017
TEXT DIFF:
1 OPEN FILE PANEL
21 anchor element
32SVG anchor element
43
87
98This is clickable summary text
109
11 PASS Clicking on non-interactive child of a <summary> opens its <details>
10FAIL Clicking on non-interactive child of a <summary> opens its <details> assert_true: expected true got false
1211PASS Clicking an <a> link doesn’t open <details>
1312PASS Clicking an SVG <a> link doesn’t open <details>
1413PASS Clicking an HTML <a> link in an SVG <foreignObject> doesn’t open <details>
1716PASS Clicking the content of an <embed> doesn’t open <details>
1817PASS Clicking in an <iframe> doesn’t open <details>
1918PASS Clicking an <img> with a “usemap” attribute doesn’t open <details>
20 PASS Clicking an <img> without a “usemap” attribute opens <details>
19FAIL Clicking an <img> without a “usemap” attribute opens <details> assert_true: expected true got false
2120PASS Clicking an <input type=button> doesn’t open <details>
2221PASS Clicking an <input type=reset> doesn’t open <details>
2322PASS Clicking an <input type=submit> doesn’t open <details>
4039PASS Clicking an <input type=file> doesn’t open <details>
4140PASS Clicking an <input type=image> doesn’t open <details>
4241PASS Clicking a <label> doesn’t open <details>
43 PASS Clicking in a <textarea> doesn’t open <details>
42FAIL Clicking in a <textarea> doesn’t open <details> assert_false: expected false got true
4443PASS Clicking a <video> doesn’t open <details>
4544
EWS
Test gardening commit 270906@main (73ee3b023f67): <https://commits.webkit.org/270906@main>
Reviewed commits have been landed. Closing PR #20685 and removing active labels.
sideshowbarker
Pull request: https://github.com/WebKit/WebKit/pull/20704
EWS
Committed 270941@main (429d0584de85): <https://commits.webkit.org/270941@main>
Reviewed commits have been landed. Closing PR #20704 and removing active labels.