Bug 267710
| Summary: | REGRESSION(271685@main): [ Monterey Ventura wk1 ] imported/w3c/web-platform-tests/accname/name/comp_host_language_label.html is constantly failing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=265414 | ||
Ben Schwartz
imported/w3c/web-platform-tests/accname/name/comp_host_language_label.html
This test is constantly failing on wk1 on macOS down-levels.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Faccname%2Fname%2Fcomp_host_language_label.html
TEXT DIFF:
PASS html: label[for] input[type=week]
PASS html: label input[type=checkbox] encapsulation
PASS html: label input[type=color] encapsulation
-FAIL html: label input[type=date] encapsulation assert_equals: <input type="date" data-expectedlabel="date label" data-testname="html: label input[type=date] encapsulation" class="ex"> expected "date label" but got "month / day / year date label"
-FAIL html: label input[type=datetime-local] encapsulation assert_equals: <input type="datetime-local" data-expectedlabel="datetime-local label" data-testname="html: label input[type=datetime-local] encapsulation" class="ex"> expected "datetime-local label" but got "month / day / year , 12 : 30 PM datetime-local label"
+PASS html: label input[type=date] encapsulation
+PASS html: label input[type=datetime-local] encapsulation
PASS html: label input[type=email] encapsulation
-FAIL html: label input[type=month] encapsulation assert_equals: <input type="month" data-expectedlabel="month label" data-testname="html: label input[type=month] encapsulation" class="ex"> expected "month label" but got "month / year month label"
+PASS html: label input[type=month] encapsulation
PASS html: label input[type=number] encapsulation
PASS html: label input[type=password] encapsulation
PASS html: label input[type=radio] encapsulation
@@ -95,7 +95,7 @@
FAIL html: label input[type=search] encapsulation assert_equals: <input type="search" data-expectedlabel="search label" data-testname="html: label input[type=search] encapsulation" class="ex"> expected "search label" but got "cancel search label"
PASS html: label input[type=tel] encapsulation
PASS html: label[for] input[type=text] encapsulation
-FAIL html: label input[type=time] encapsulation assert_equals: <input type="time" data-expectedlabel="time label" data-testname="html: label input[type=time] encapsulation" class="ex"> expected "time label" but got "12 : 30 PM time label"
+PASS html: label input[type=time] encapsulation
PASS html: label input[type=url] encapsulation
PASS html: label input[type=week] encapsulation
PASS html: select for/id
DIFF URL:
https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK1-Tests/273181@main%20(7290)/imported/w3c/web-platform-tests/accname/name/comp_host_language_label-pretty-diff.html
REPRODUCIBILITY:
I don't currently have access to a down-level machine to test; however, the issue appears to be constant on Monterey/Ventura.
REGRESSION:
This test appears to have regressed on wk1 macOS down-levels after the test was re-baselined at 271685@main.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121200900>
EWS
Test gardening commit 273186@main (3d51dcf85553): <https://commits.webkit.org/273186@main>
Reviewed commits have been landed. Closing PR #22926 and removing active labels.
EWS
Test gardening commit 273518@main (b27812950166): <https://commits.webkit.org/273518@main>
Reviewed commits have been landed. Closing PR #23245 and removing active labels.
Ryan Haddad
It looks like this got taken care of in https://commits.webkit.org/278757@main
*** This bug has been marked as a duplicate of bug 270133 ***