[Webkit-unassigned] [Bug 119975] New: [CSS3Trans] rotate3d(0, 0, 1, <angle>) doesn't work well.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 01:17:49 PDT 2013


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

           Summary: [CSS3Trans] rotate3d(0, 0, 1, <angle>) doesn't work
                    well.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tina.zhao at intel.com


User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Steps to reproduce:

Spec Info: http://www.w3.org/TR/2012/WD-css3-transforms-20120911/#rotate3d-function.
Spec Description:
"rotateZ(<angle>)
same as rotate3d(0, 0, 1, <angle>), which is also the same as rotate(<angle>)"

- Test case: See attachment

Actual results:
Two red squares show
This test Failed on Chrome 28.0.1500.95 m, got PASS on Firefox nightly 26.0a1.

Expected results:
Only one big green square shows.

-- 
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