Closed
Bug 1921113
Opened 1 year ago
Closed 1 year ago
Fix marker-text-combine-upright.html so that it passes
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task)
Core
Layout: Generated Content, Lists, and Counters
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: Oriol, Assigned: Oriol)
Details
Attachments
(1 file)
I created this test before having proper implementations of ::marker, and it's failing everywhere.
I can at least make it pass of Firefox.
| Assignee | ||
Comment 1•1 year ago
|
||
This test was failing because Firefox sets white-space:pre on ::marker,
but the reference wasn't taking it into account. So this patch just
uses all:unset to undo whatever random things browsers may decide to
set on ::marker.
The case with a symbolic marker wasn't working either but I guess it's
fine because browsers are allowed to paint an image of their choice
so the interaction with text-combine-upright seems hard to tell.
So I'm just removing that case.
Updated•1 year ago
|
Assignee: nobody → oriol-bugzilla
Status: NEW → ASSIGNED
Pushed by oriol-bugzilla@hotmail.com:
https://hg.mozilla.org/integration/autoland/rev/12bf64fef14a
Fix marker-text-combine-upright.html. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/48342 for changes under testing/web-platform/tests
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•