Closed Bug 1744007 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 31836 - Reland "[@container] Move container-* property tests to wpt"

Categories

(Core :: Layout, task, P4)

task

Tracking

()

RESOLVED FIXED
97 Branch
Tracking Status
firefox97 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Rune Lillesveen <futhark@chromium.org> wrote:

Reland "[@container] Move container-* property tests to wpt"

This is a reland of 58e1acd42996bc94762f5ba618fcbe1afbd83591

Original change's description:

[@container] Move container-* property tests to wpt

Align tests with current spec draft and move inheritance tests into a
separate file with the inheritance framework.

Bug: 1145970
Change-Id: Iae670cd394eee3728b170575b30b175e6a884cde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3303814
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#946958}

Bug: 1145970
Change-Id: I88effb69ec2d03d0bef51be3beedddd0bbb39810

Reviewed-on: https://chromium-review.googlesource.com/3311027
WPT-Export-Revision: 1f705080ed9f807cac0f7d7975786434b6d5e63c

Component: web-platform-tests → Layout
Product: Testing → Core

CI Results

Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 7 tests and 30 subtests

Status Summary

Firefox

OK : 7
PASS: 44
FAIL: 60

Chrome

OK : 7
PASS: 44
FAIL: 60

Safari

OK : 7
PASS: 44
FAIL: 60

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/css/css-contain/container-queries/container-computed.html
Property container value 'initial': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inherit': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'unset': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'size': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size / inline-size': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'size / block-size': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'size style / name': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size state style/ name': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size / foo': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size /foo': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size/ foo': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'inline-size/foo': FAIL (Chrome: FAIL, Safari: FAIL)
Property container value 'size / FoO': FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-contain/container-queries/container-inheritance.html
Property container-name has initial value none: FAIL (Chrome: FAIL, Safari: FAIL)
Property container-name does not inherit: FAIL (Chrome: FAIL, Safari: FAIL)
Property container-type has initial value none: FAIL (Chrome: FAIL, Safari: FAIL)
Property container-type does not inherit: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-contain/container-queries/container-name-computed.html
Property container-name value 'initial': FAIL (Chrome: FAIL, Safari: FAIL)
Property container-name value 'unset': FAIL (Chrome: FAIL, Safari: FAIL)
Property container-name value 'foo': FAIL (Chrome: FAIL, Safari: FAIL)
Property container-name value 'FoO': FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-contain/container-queries/container-name-parsing.html
e.style['container-name'] = "initial" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "inherit" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "unset" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "revert" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "foo" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "BAR" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-name'] = "foo bar" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-contain/container-queries/container-parsing.html
e.style['container'] = "initial" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "inherit" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "unset" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "revert" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "none / none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "inline-size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "inline-size / none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "size / block-size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "inline-size / inline-size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "size / size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container'] = "size state / none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-contain/container-queries/container-type-computed.html
Property container-type value 'initial': FAIL (Chrome: FAIL, Safari: FAIL)
Property container-type value 'unset': FAIL (Chrome: FAIL, Safari: FAIL)
Property container-type value 'inline-size': FAIL (Chrome: FAIL, Safari: FAIL)
Property container-type value 'size': FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-contain/container-queries/container-type-parsing.html
e.style['container-type'] = "initial" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "inherit" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "unset" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "revert" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "style" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "state" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "inline-size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "inline-size state" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "style state" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "style inline-size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['container-type'] = "state size" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/797c81ce07e4 [wpt PR 31836] - Reland "[@container] Move container-* property tests to wpt", a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in before you can comment on or make changes to this bug.