[wpt-sync] Sync PR 23454 - Add page-orientation descriptor.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23454 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23454
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Add page-orientation descriptor.
This will be supported in @page rules to set the orientation of a page
(without affecting layout). Typically to be used together with named
pages (or @page :first, etc.)See https://drafts.csswg.org/css-page-3/#page-orientation-prop and
https://github.com/w3c/csswg-drafts/issues/4491The tests added have some failures, due to crbug.com/1079212 and
crbug.com/1079214Bug: 1053768
Change-Id: I96f93e3e34beee92b4c30f65d7e46498a8110464
Reviewed-on: https://chromium-review.googlesource.com/2187211
WPT-Export-Revision: 59557e3412dc3f56d1e4b481f3ad5939e08820a9
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 74 tests
Status Summary
Firefox
OK : 3
PASS: 5[GitHub] 76[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 2
Chrome
OK : 3
PASS: 6
FAIL: 10
Safari
OK : 3
PASS: 5
FAIL: 11
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-page/parsing/page-orientation-computed.tentative.html
page-orientation is not a property (only a descriptor): FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-page/page-orientation.tentative.html
contents for selector ['undefined']: FAIL
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0ec0a03a4b0b
https://hg.mozilla.org/mozilla-central/rev/8a683c9718da
Description
•