[wpt-sync] Sync PR 47733 - Use outline-offset instead of letter-spacing in hypot-pow-sqrt-invalid.html
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47733 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47733
Details from upstream follow.
Tim Nguyen <nt1m@users.noreply.github.com> wrote:
Use outline-offset instead of letter-spacing in hypot-pow-sqrt-invalid.html
test_invalid_length('hypot(2px, 40%)');
fails in latest WebKit because the test assumesletter-spacing
can't take in a percentage.
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 25 subtests
Status Summary
Firefox
OK
: 2
PASS
: 70
FAIL
: 1
Chrome
OK
: 2
PASS
: 70
FAIL
: 1
Safari
OK
: 2
PASS
: 70
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-values/hypot-pow-sqrt-serialize.html [wpt.fyi]
- 'hypot(2px, 40%)' as a specified value should serialize as 'hypot(2px, 40%)'.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- 'hypot(2px, 40%)' as a specified value should serialize as 'hypot(2px, 40%)'.:
Comment 4•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/68860ff28364
https://hg.mozilla.org/mozilla-central/rev/aa4b933c8af9
Description
•