Closed
Bug 2044815
Opened 2 months ago
Closed 2 months ago
Fix some WPTs to not assume that the default selection foreground is fixed.
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 months ago
|
||
The tests that use this ref use color: transparent, and thus if the
highlight color is currentColor the test will incorrectly cause a
mismatch.
Fix it by setting color: transparent in the ref as well.
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0e8d653819af
https://hg.mozilla.org/integration/autoland/rev/4ca6169529dd
Fix active-selection-051-ref.html work on platforms where the default selection color is currentColor. r=jjaschke
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60390 for changes under testing/web-platform/tests
Comment 4•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Upstream PR merged by moz-wptsync-bot
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•