Closed Bug 1865071 Opened 11 months ago Closed 10 months ago

[wpt-sync] Sync PR 43205 - Parsing and computed style support for inset-area

Categories

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

task

Tracking

()

RESOLVED FIXED
122 Branch
Tracking Status
firefox122 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Rune Lillesveen <futhark@chromium.org> wrote:

Parsing and computed style support for inset-area

The property does not have any effects on computed/used inset properties
yet.

Bug: 1477314
Change-Id: I9a59eba5e5a9e21281306fe1be0008b1502eab11
Reviewed-on: https://chromium-review.googlesource.com/5033631
WPT-Export-Revision: 5516c6121e455f9132a7d09e323d32c0d36d0cf0

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core

CI Results

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

Total 2 tests and 37 subtests

Status Summary

Firefox

OK : 2
PASS: 8
FAIL: 40

Chrome

OK : 2
PASS: 8
FAIL: 40

Safari

OK : 2
PASS: 8
FAIL: 40

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /css/css-anchor-position/inset-area-computed.html [wpt.fyi]
    • Property inset-area value 'none': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'all': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'x-start': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'center': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'all / all': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'top center': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'bottom center / all': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'x-start center x-end': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area value 'x-start / x-end': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area has initial value none: FAIL (Chrome: FAIL, Safari: FAIL)
    • Property inset-area does not inherit: FAIL (Chrome: FAIL, Safari: FAIL)
  • /css/css-anchor-position/inset-area-parsing.html [wpt.fyi]
    • e.style['inset-area'] = "none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "all" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "top" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "left" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "bottom" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "right" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "self-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "self-end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "x-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "x-end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "x-self-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "x-self-end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "y-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "y-end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "y-self-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "y-self-end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "all / all" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "top / all" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "all / top" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "start end" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "center end start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "center x-end x-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "center end start / top center bottom" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "end center / start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "bottom / left" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "center start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['inset-area'] = "x-start / x-start" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7ef4b57bdd00 [wpt PR 43205] - Parsing and computed style support for inset-area, a=testonly https://hg.mozilla.org/integration/autoland/rev/6aa5e5495aca [wpt PR 43205] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b82eb1fc0191 [wpt PR 43205] - Parsing and computed style support for inset-area, a=testonly https://hg.mozilla.org/integration/autoland/rev/d75b5ae64055 [wpt PR 43205] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in before you can comment on or make changes to this bug.