Closed Bug 1566860 Opened 5 years ago Closed 5 years ago

[wpt-sync] Sync PR 17882 - CSS: place* computed value matches specified value

Categories

(Core :: CSS Parsing and Computation, task, P4)

task

Tracking

()

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 17882 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/17882
Details from upstream follow.

Eric Willigers <ericwilligers@chromium.org> wrote:

CSS: place* computed value matches specified value

If align-content and justify-content have the same value,
such as flex-start, the computed value for parse-content
no longer repeats the value, for consistency with
specified value serialization of parse-content.

https://drafts.csswg.org/css-align-3/#place-content

Similar for place-items and place-self.

WPTs added for place-content, place-items, place-self computed value.

Bug: 983752
Change-Id: I72c66b48af57399669a917df1a2d5294c452fe96
Reviewed-on: https://chromium-review.googlesource.com/1698139
WPT-Export-Revision: 478789d894941ee9468d7969a99f3632c326e8cd

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Type: -- → task
Ran 46 tests and 2074 subtests
OK     : 46
PASS   : 2017
FAIL   : 57

New tests that have failures or other problems:
/css/css-align/parsing/place-content-computed.html
    Property place-content value 'baseline space-around' computes to 'baseline space-around': FAIL
    Property place-content value 'baseline stretch' computes to 'baseline stretch': FAIL
    Property place-content value 'baseline unsafe left' computes to 'baseline unsafe left': FAIL
    Property place-content value 'baseline' computes to 'baseline start': FAIL
    Property place-content value 'center normal' computes to 'center normal': FAIL
    Property place-content value 'center' computes to 'center': FAIL
    Property place-content value 'end' computes to 'end': FAIL
    Property place-content value 'first baseline start' computes to 'baseline start': FAIL
    Property place-content value 'first baseline stretch' computes to 'baseline stretch': FAIL
    Property place-content value 'first baseline' computes to 'baseline start': FAIL
    Property place-content value 'flex-start flex-start' computes to 'flex-start': FAIL
    Property place-content value 'last baseline flex-start' computes to 'last baseline flex-start': FAIL
    Property place-content value 'last baseline' computes to 'last baseline start': FAIL
    Property place-content value 'normal normal' computes to 'normal': FAIL
    Property place-content value 'normal right' computes to 'normal right': FAIL
    Property place-content value 'normal stretch' computes to 'normal stretch': FAIL
    Property place-content value 'safe flex-start' computes to 'safe flex-start': FAIL
    Property place-content value 'space-around' computes to 'space-around': FAIL
    Property place-content value 'space-between' computes to 'space-between': FAIL
    Property place-content value 'space-evenly unsafe end' computes to 'space-evenly unsafe end': FAIL
    Property place-content value 'space-evenly' computes to 'space-evenly': FAIL
    Property place-content value 'stretch' computes to 'stretch': FAIL
    Property place-content value 'unsafe end unsafe end' computes to 'unsafe end': FAIL
/css/css-align/parsing/place-items-computed.html
    Property place-items value 'baseline unsafe left' computes to 'baseline unsafe left': FAIL
    Property place-items value 'center' computes to 'center': FAIL
    Property place-items value 'end end' computes to 'end': FAIL
    Property place-items value 'first baseline right legacy' computes to 'baseline legacy right': FAIL
    Property place-items value 'first baseline' computes to 'baseline': FAIL
    Property place-items value 'flex-end legacy' computes to 'flex-end legacy center': FAIL
    Property place-items value 'flex-end' computes to 'flex-end': FAIL
    Property place-items value 'last baseline center' computes to 'last baseline center': FAIL
    Property place-items value 'last baseline last baseline' computes to 'last baseline': FAIL
    Property place-items value 'normal right' computes to 'normal right': FAIL
    Property place-items value 'normal' computes to 'normal': FAIL
    Property place-items value 'safe self-end normal' computes to 'safe self-end normal': FAIL
    Property place-items value 'safe self-end' computes to 'safe self-end': FAIL
    Property place-items value 'self-start' computes to 'self-start': FAIL
    Property place-items value 'stretch baseline' computes to 'stretch baseline': FAIL
    Property place-items value 'stretch legacy left' computes to 'stretch legacy left': FAIL
    Property place-items value 'stretch stretch' computes to 'stretch': FAIL
    Property place-items value 'unsafe center unsafe center' computes to 'unsafe center': FAIL
/css/css-align/parsing/place-self-computed.html
    Property place-self value 'auto auto' computes to 'auto': FAIL
    Property place-self value 'auto last baseline' computes to 'auto last baseline': FAIL
    Property place-self value 'baseline flex-end' computes to 'baseline flex-end': FAIL
    Property place-self value 'baseline unsafe left' computes to 'baseline unsafe left': FAIL
    Property place-self value 'center center' computes to 'center': FAIL
    Property place-self value 'first baseline' computes to 'baseline': FAIL
    Property place-self value 'flex-end' computes to 'flex-end': FAIL
    Property place-self value 'last baseline last baseline' computes to 'last baseline': FAIL
    Property place-self value 'normal right' computes to 'normal right': FAIL
    Property place-self value 'normal' computes to 'normal': FAIL
    Property place-self value 'safe self-end safe self-end' computes to 'safe self-end': FAIL
    Property place-self value 'self-start' computes to 'self-start': FAIL
    Property place-self value 'start' computes to 'start': FAIL
    Property place-self value 'stretch' computes to 'stretch': FAIL
    Property place-self value 'unsafe center stretch' computes to 'unsafe center stretch': FAIL
    Property place-self value 'unsafe center' computes to 'unsafe center': FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4eda09bdfef5
[wpt PR 17882] - CSS: place* computed value matches specified value, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/cd43ae9beb23
[wpt PR 17882] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in before you can comment on or make changes to this bug.