Closed Bug 1734689 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 31156 - Omitting transform components when possible

Categories

(Core :: Web Painting, task, P4)

task

Tracking

()

RESOLVED FIXED
95 Branch
Tracking Status
firefox95 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Sahir Vellani <sahir.vellani@microsoft.com> wrote:

Omitting transform components when possible

Serialization of CSS transforms according to the spec involves omitting
components when possible without changing the meaning. In order to
adhere to this specification, the Y component of a 2-D transform
operation is omitted if it is 0.

Bug: 1181086
Change-Id: I8b92e27924204d0e4e6d095d0ec7220fee1f086e
Reviewed-on: https://chromium-review.googlesource.com/3206107
WPT-Export-Revision: 9dfd9dc1a4eefb9ead27d0397eca1e6b4f0389ea

Component: web-platform-tests → Web Painting
Product: Testing → Core

CI Results

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

Total 1 tests and 105 subtests

Status Summary

Firefox

OK : 1
PASS: 30
FAIL: 75

Chrome

OK : 1
PASS: 71
FAIL: 34

Safari

OK : 1
FAIL: 105

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/css/css-transforms/animation/transform-interpolation-computed-value.html
Interpolation between translateX(0px) and translateX(50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateX(0px) and translateX(50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateX(0%) and translateX(50%) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateX(0%) and translateX(50%) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateY(0%) and translateX(50%) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateY(0%) and translateX(50%) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateY(0%) and translateX(50%) gives the correct computed value halfway according to commitStyles.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateX(50px) and translateY(50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateX(50px) and translateY(50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateX(50px) and translateY(50px) gives the correct computed value halfway according to commitStyles.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateX(50px) and translateZ(50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateX(50px) and translateZ(50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateZ(50px) and translateX(50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateZ(50px) and translateX(50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translateZ(-50px) and translateZ(50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translateZ(-50px) and translateZ(50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translate(0%) and translate(50%) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translate(0%) and translate(50%) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translate(50%) and translate(100%, 50%) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translate(50%) and translate(100%, 50%) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translate(0%, 50%) and translate(50%, 100%) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translate(0%, 50%) and translate(50%, 100%) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translate3d(0,0,-50px) and translateZ(50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translate3d(0,0,-50px) and translateZ(50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between translate(50px, 0px) and translate(100px, 0px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translate(50px, 0px) and translate(100px, 0px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translate(50px, -50px) and translate(100px, 50px) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between translate(50px, -50px) and translate(100px, 50px) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between rotate(30deg) and rotate(90deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between rotate(30deg) and rotate(90deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between rotateZ(30deg) and rotateZ(90deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between rotateZ(30deg) and rotateZ(90deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between rotate(0deg) and rotateZ(90deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between rotate(0deg) and rotateZ(90deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between rotate(0deg) and rotateZ(90deg) gives the correct computed value halfway according to commitStyles.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between rotateX(0deg) and rotateX(90deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between rotateX(0deg) and rotateX(90deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between rotate(0deg) and rotateX(90deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between rotate(0deg) and rotateX(90deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale(1) and scale(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scale(1) and scale(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scale(1, 3) and scale(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale(1, 3) and scale(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scaleX(1) and scaleX(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleX(1) and scaleX(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleY(1) and scaleY(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleY(1) and scaleY(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleZ(1) and scaleZ(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleZ(1) and scaleZ(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleX(2) and scaleY(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleX(2) and scaleY(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleX(2) and scaleY(2) gives the correct computed value halfway according to commitStyles.: FAIL (Chrome: FAIL, Safari: FAIL)
Interpolation between scaleX(2) and scaleY(3) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scaleX(2) and scaleY(3) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scaleX(2) and scaleY(3) gives the correct computed value halfway according to commitStyles.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scaleZ(1) and scale(2) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scaleZ(1) and scale(2) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale(1, 2) and scale(3, 4) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale(1, 2) and scale(3, 4) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale3d(1, 2, 3) and scale3d(4, 5, 6) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale3d(1, 2, 3) and scale3d(4, 5, 6) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale3d(1, 2, 3) and scale(4, 5) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale3d(1, 2, 3) and scale(4, 5) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale(1, 2) and scale3d(3, 4, 5) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between scale(1, 2) and scale3d(3, 4, 5) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skewX(0deg) and skewX(60deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skewX(0deg) and skewX(60deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skewX(0deg) and skewX(90deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skewX(0deg) and skewX(90deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skewX(0deg) and skewX(180deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skewX(0deg) and skewX(180deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skew(0deg, 0deg) and skew(60deg, 60deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skew(0deg, 0deg) and skew(60deg, 60deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skew(45deg, 0deg) and skew(0deg, 45deg) gives the correct computed value halfway according to computedStyleMap.: FAIL (Chrome: PASS, Safari: FAIL)
Interpolation between skew(45deg, 0deg) and skew(0deg, 45deg) gives the correct computed value halfway according to computedStyleMap with zoom active.: FAIL (Chrome: PASS, Safari: FAIL)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/171fa912f762
[wpt PR 31156] - Omitting transform components when possible, a=testonly
https://hg.mozilla.org/integration/autoland/rev/b8dc4e3478c5
[wpt PR 31156] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in before you can comment on or make changes to this bug.