Bug 316446

Summary: IMPORT(314569@main): [iOS] imported/w3c/web-platform-tests/css/css-borders/border-width-rounding.tentative.html is constant failure
Product: WebKit Reporter: Marta Darbinyan <darbinyan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Marta Darbinyan
Reported 2026-06-05 13:49:32 PDT
The following test is constant failure after wpt sync change. imported/w3c/web-platform-tests/css/css-borders/border-width-rounding.tentative.html -FAIL Test that border widths are rounded up when they are greater than 0px but less than 1px, and rounded down when they are greater than 1px. assert_equals: expected "1px" but got "0.5px" +PASS border-width: 0px +PASS outline-width: 0px +FAIL border-width: 0.1px assert_equals: expected "1px" but got "0.5px" +FAIL outline-width: 0.1px assert_equals: expected "1px" but got "0.5px" +FAIL border-width: 0.25px assert_equals: expected "1px" but got "0.5px" +FAIL outline-width: 0.25px assert_equals: expected "1px" but got "0.5px" +FAIL border-width: 0.5px assert_equals: expected "1px" but got "0.5px" +FAIL outline-width: 0.5px assert_equals: expected "1px" but got "0.5px" +FAIL border-width: 0.9px assert_equals: expected "1px" but got "0.5px" +FAIL outline-width: 0.9px assert_equals: expected "1px" but got "0.5px" +PASS border-width: 1px +PASS outline-width: 1px +PASS border-width: 1.25px +PASS outline-width: 1.25px +FAIL border-width: 1.5px assert_equals: expected "1px" but got "1.5px" +FAIL outline-width: 1.5px assert_equals: expected "1px" but got "1.5px" +PASS border-width: 2px +PASS outline-width: 2px +FAIL border-width: 2.75px assert_equals: expected "2px" but got "2.5px" +FAIL outline-width: 2.75px assert_equals: expected "2px" but got "2.5px" +FAIL border-width: 2.999px assert_equals: expected "2px" but got "2.5px" +FAIL outline-width: 2.999px assert_equals: expected "2px" but got "2.5px" Test result: https://ews-build.webkit.org/#/builders/154/builds/31014 History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-borders%2Fborder-width-rounding.tentative.html&platform=ios
Attachments
Radar WebKit Bug Importer
Comment 1 2026-06-05 13:49:53 PDT
EWS
Comment 2 2026-06-05 14:08:38 PDT
Test gardening commit 314660@main (ff5d5d37fe3c): <https://commits.webkit.org/314660@main> Reviewed commits have been landed. Closing PR #66586 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.