[wpt-sync] Sync PR 18616 - Fix font-variation-settings interpolation test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox70 fixed)
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18616 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18616
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Fix font-variation-settings interpolation test
font-variation-settings is a map, not an array, so the order is
irrelevant when comparing the actual and expected values. Add the
ability to supply a custom comparison function to
interpolation-testcommon.js to support properties like this.This also exposed one test which incorrectly asserted no interpolation
when there should be interpolation.Bug: 900581
Change-Id: I6c336e010c9c3642b14c945b3d7ae828f94b3f99
Reviewed-on: https://chromium-review.googlesource.com/1764801
WPT-Export-Revision: de6a39f15b7b94d063622d1adfe2cc7dc4888b48
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
Comment 9•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a19d7faf8cd9
https://hg.mozilla.org/mozilla-central/rev/c56a952a950c
Description
•