[wpt-sync] Sync PR 47899 - Another parser test for @page margin box rules.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47899 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47899
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Another parser test for @page margin box rules.
Test that @page properties (or lack of them) before, after, or between
@page margin rules do not cause trouble.The recommended order is @page properties / descriptors, then margin
rules, but any order is allowed.Bug: 40341678
Change-Id: Iba63611558f07b5af50eb21d977a5f95f950676e
Reviewed-on: https://chromium-review.googlesource.com/5826663
WPT-Export-Revision: 58120831da6b4681fe142160809dc5906592870f
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 4
Chrome
OK
: 1
PASS
: 4
Safari
OK
: 1
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-page/parsing/margin-rules-002.html [wpt.fyi]
- margin rule without any preceding @page properties:
FAIL
(Chrome:PASS
, Safari:FAIL
) - margin rule followed by @page properties:
FAIL
(Chrome:PASS
, Safari:FAIL
) - margin rule preceded by @page properties:
FAIL
(Chrome:PASS
, Safari:FAIL
) - margin rules with @page properties between:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- margin rule without any preceding @page properties:
Comment 4•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fb6915091856
https://hg.mozilla.org/mozilla-central/rev/c3f61823b009
Description
•