Open Bug 1895030 Opened 19 days ago Updated 8 days ago

New wpt failures in /css/css-page/page-size-012-print.html (with auto margin failing to resolve on orthogonal-flow element)

Categories

(Core :: Layout, defect)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

Details

(Whiteboard: [wpt])

Syncing wpt PR 46062 found new untriaged test failures in CI

Tests Affected

New Tests That Don't Pass

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

These updates will be on mozilla-central once bug 1895003 lands.

Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.

This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/

If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.

In this test failure, it looks like we get the rendering of the reference case incorrect.

Here's a simplified version of the reference case:

data:text/html,<!DOCTYPE html><div style="writing-mode:vertical-rl; margin-left: auto">Hello</div>

In Firefox, the text "Hello" is left-aligned. In Chrome, it's right-aligned (honoring the margin:auto). This might be a version of bug 1310551 at some level, or something related (where we don't have enough information to resolve the auto margin).

Severity: -- → S4
See Also: → 1310551
Summary: New wpt failures in /css/css-page/page-size-012-print.html → New wpt failures in /css/css-page/page-size-012-print.html (with auto margin failing to resolve on orthogonal-flow element)
You need to log in before you can comment on or make changes to this bug.