[Webkit-unassigned] [Bug 109613] New: transition: rotateY() differes in firefox and chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 14:16:45 PST 2013


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

           Summary: transition: rotateY() differes in firefox and chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mszamot at gmail.com
                CC: shawnsingh at chromium.org


With the following simple html file I got different views in 'Mozilla Firefox 17.0.2' and 'Google Chrome 26.0.1403.0 dev' on Gentoo(Linux):
<body>
  <div style="margin-top: 100px;
              -moz-transform: perspective(500px) rotateY(80deg);
              -webkit-transform: perspective(500px) rotateY(80deg);
              background-color: lime;
              width: 300px;
              height: 300px;" >
    HELLO WORLD
  </div>
</body>

I attach screen a side by side shot.

Best regards,
Marcin

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list