[wpt-sync] Sync PR 28310 - Add a test for the computed style of `border-radius-top-left: 40px 0px`
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28310 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28310
Details from upstream follow.
b'Antoine Quint <graouts@apple.com>' wrote:
Add a test for the computed style of
border-radius-top-left: 40px 0px
WebKit reports a computed style of
0px
as it would treat anyborder-radius
longhand containing a0px
dimension as0px
altogether. This is being addressed by WebKit bug 223927.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 14 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 9
Chrome
OK : 1
PASS: 14
Safari
OK : 1
PASS: 13
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-backgrounds/parsing/border-radius-computed.html
Property border-radius value '1px': FAIL
Property border-radius value '1px 2% 3px 4%': FAIL
Property border-radius value '5em / 1px 2% 3px 4%': FAIL
Property border-radius value '1px 2% 3px 4% / 5em': FAIL
Property border-radius value '1px 1px 1px 2% / 1px 2% 1px 2%': FAIL
Property border-radius value '1px 1px 1px 1px / 1px 1px 2% 1px': FAIL
Property border-radius value '1px 1px 2% 2%': FAIL
Property border-radius value '1px 2% 1px 1px': FAIL
Property border-radius value '1px 2% 2% 2% / 1px 2% 3px 2%': FAIL
New Tests That Don't Pass
/css/css-backgrounds/parsing/border-radius-computed.html
Property border-radius value '1px': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 2% 3px 4%': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '5em / 1px 2% 3px 4%': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 2% 3px 4% / 5em': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 1px 1px 2% / 1px 2% 1px 2%': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 1px 1px 1px / 1px 1px 2% 1px': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 1px 2% 2%': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 2% 1px 1px': FAIL (Chrome: PASS, Safari: PASS)
Property border-radius value '1px 2% 2% 2% / 1px 2% 3px 2%': FAIL (Chrome: PASS, Safari: PASS)
Comment 7•4 years ago
|
||
bugherder |
Description
•