[wpt-sync] Sync PR 26602 - Force outline color at used value time
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox85 fixed)
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26602 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26602
Details from upstream follow.
b'Alison Maher <almaher@microsoft.com>' wrote:
Force outline color at used value time
Forced colors should now happen at used value time. This change adds
an internal property to store the forced colors value of
outline-color. This internal value is then applied to the visited
/unvisited outline-color at used value time when appropriate.The other forced color properties will be moved in follow up changes.
Bug: 970285
Change-Id: I100438fbf9d5230f905a7d16067d387c65876448
Reviewed-on: https://chromium-review.googlesource.com/2518280
WPT-Export-Revision: aa6b33e68c61d199573564d8c66ead47c7741d15
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK : 2
FAIL: 14
Chrome
OK : 2
PASS: 8
FAIL: 6
Safari
OK : 2
FAIL: 14
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/forced-colors-mode/forced-colors-mode-40.html
Forced colors aren't applied at computed value time for background-color: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for border-bottom-color: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for border-left-color: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for border-right-color: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for border-top-color: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for fill: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for outline-color: FAIL (Chrome: PASS, Safari: FAIL)
Forced colors aren't applied at computed value time for stroke: FAIL (Chrome: PASS, Safari: FAIL)
/forced-colors-mode/forced-colors-mode-41.html
Forced colors affects the resolved value of background-color: FAIL (Chrome: FAIL, Safari: FAIL)
Forced colors affects the resolved value of border-bottom-color: FAIL (Chrome: FAIL, Safari: FAIL)
Forced colors affects the resolved value of border-left-color: FAIL (Chrome: FAIL, Safari: FAIL)
Forced colors affects the resolved value of border-right-color: FAIL (Chrome: FAIL, Safari: FAIL)
Forced colors affects the resolved value of border-top-color: FAIL (Chrome: FAIL, Safari: FAIL)
Forced colors affects the resolved value of outline-color: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/860e20c4459a
https://hg.mozilla.org/mozilla-central/rev/bbca84ebfde2
Description
•