[wpt-sync] Sync PR 44732 - Replace old CSS2 color parsing tests with JS
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44732 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44732
Details from upstream follow.
Sam Sneddon <gsnedders@apple.com> wrote:
Replace old CSS2 color parsing tests with JS
There are over a thousand near identical tests testing parsing of
<color>
values across various properties; these cumulatively end up taking several minutes to run which is almost certainly not worthwhile.Instead, have a single testharness.js test that checks we get the specified value we expect for all the various combinations of property/value.
Note this does keep
*-129.xht
of each of these to maintain coverage that we do, in fact, render the specified color for each property.This is practically an alternative to #44728.
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1192 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1192
Chrome
OK
: 1
PASS
: 1192
Safari
OK
: 1
PASS
: 1192
Links
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f422b1af9212
https://hg.mozilla.org/mozilla-central/rev/45ceef7e2c92
Description
•