LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

css-values-4 trig tests are broken #233

Closed smfr closed 2 years ago

smfr commented 2 years ago

The tests for sin(), cos() etc are trying to apply sin(45deg) as a value for the width property, which doesn't work because it has no units.

LeaVerou commented 2 years ago

Yup, this should be fixed. I guess calc(sin(45deg) * 100px) would work?

smfr commented 2 years ago

Yes, that should be fine.

Zefling commented 2 years ago

I corrected all the tests and tested with Epiphany Browser.