[Webkit-unassigned] [Bug 245353] New: transform-origin is not equivalent to manually translating/untranslating in transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 18 21:07:55 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245353

            Bug ID: 245353
           Summary: transform-origin is not equivalent to manually
                    translating/untranslating in transform
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    webkit-bug-importer at group.apple.com, zalan at apple.com

Affected WPT: http://wpt.live/css/css-transforms/transform3d-translate3d-001.html

This test is comparing setting a transform-origin: 10px 30px -10px to instead prepending translate3d(10px 30px -10px) and appending translate3d(-10 -30px -10px) to the transform property, and expecting them to be equivalent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220919/16f45c7a/attachment.htm>


More information about the webkit-unassigned mailing list