[wpt-sync] Sync PR 41219 - Make room for page margins in web tests.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41219 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41219
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Make room for page margins in web tests.
With CL:4725066, page size calculation is done inside Blink, rather than
in PrintRenderFrameHelper & co. This makes it much easier to support web
tests properly, since we don't use PrintRenderFrameHelper in such cases
(and would otherwise have to duplicate its logic). For now, add support
for page margins. Later on, mixed page sizes will just work
out-of-the-box, once support for that has been added to the layout code
(upcoming CL).Bug: 835358
Change-Id: Ic2b8b891b692d99f4d2d030a907399338abc96be
Reviewed-on: https://chromium-review.googlesource.com/4727864
WPT-Export-Revision: 7441389e61130469388bc3ffa223fa33809d1355
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 3 tests
Status Summary
Firefox
FAIL
: 3
Chrome
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/printing/page-margin-001-print.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /css/printing/page-margin-002-print.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /css/printing/page-margin-003-print.html [wpt.fyi]:
FAIL
(Chrome:FAIL
)
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5c3b89f5f3b6
https://hg.mozilla.org/mozilla-central/rev/98a629ec3982
Description
•