RESOLVED INVALID 119975
[CSS3Trans] rotate3d(0, 0, 1, <angle>) doesn't work well.
https://bugs.webkit.org/show_bug.cgi?id=119975
Summary [CSS3Trans] rotate3d(0, 0, 1, <angle>) doesn't work well.
tinazhao
Reported 2013-08-18 01:17:21 PDT
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.
Attachments
Brent Fulgham
Comment 1 2022-07-13 15:00:11 PDT
The test case doesn't seem to have been attached. Can you please REOPEN with a test case if you believe this is still an issue?
Note You need to log in before you can comment on or make changes to this bug.