Closed Bug 1932220 Opened 15 days ago Closed 7 days ago

[wpt-sync] Sync PR 49270 - Fix test_not_animatable() when underlying value not supported.

Categories

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

task

Tracking

()

RESOLVED FIXED
135 Branch
Tracking Status
firefox135 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [wptsync downstream])

Attachments

(10 files)

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

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

David Baron <dbaron@chromium.org> wrote:

Fix test_not_animatable() when underlying value not supported.

Currently test_not_animatable() produces an error outside of a test()
when the underlying value is not supported. This is a problem,
particularly if the error can vary between implementations (rather than
being a test authoring error) because then the resulting exception leads
to a harness error and causes differences in test counts between
implementations. This is undesirable in WPT and causes the current
weird state of
https://wpt.fyi/results/css/css-values/calc-size/animation/interpolate-size-interpolation.html

This effectively moves the problematic assertion inside the test() --
except that the problematic assertion was already there but it wasn't
working because it depended on the scope of the "underlying" variable,
which was incorrect. So this fixes the scope of "underlying" so that
the existing assertion of the same thing inside the test() works. This
helps test_not_animatable() tests produce the same test counts on both
supporting and non-supporting implementations.

I left the test assertion that is catching test authoring error the way
it was since it isn't really a problem in this way.

Bug: 346977015
Change-Id: I4b1a18c13cdfab4e2a8fa597ecfd22cd7e02a40f

Reviewed-on: https://chromium-review.googlesource.com/6033413
WPT-Export-Revision: e7878b01ef56b6cd2a3155b8fc4cb984c86cde25

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Test result changes from PR not available.
Attached file Notable wpt changes
# CI Results Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 292 tests and 42 subtests ## Status Summary ### Firefox `OK` : 290[Gecko-linux1804-64-qr-debug] 291[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 292[GitHub] `PASS`: 37260[GitHub] 37946[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] `FAIL`: 7656[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 8538[GitHub] ### Chrome `OK` : 292 `PASS`: 41498 `FAIL`: 4300 ### Safari `OK` : 292 `PASS`: 38845 `FAIL`: 6953 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=c35c92a46b2d5b281009211fb4e84e673677d88d) [GitHub PR Head](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=452b5cd526c547df663d2b63ce14f6f6ef11737c&label=pr_base) ## Details (See attachment for full changes)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/759ccc80321f [wpt PR 49270] - Fix test_not_animatable() when underlying value not supported., a=testonly https://hg.mozilla.org/integration/autoland/rev/8759a1d9e859 [wpt PR 49270] - Update wpt metadata, a=testonly
Test result changes from PR not available.
Status: NEW → RESOLVED
Closed: 7 days ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: