LeaVerou / css3test

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

Support display is biased #117

Closed SebastianZ closed 8 years ago

SebastianZ commented 8 years ago

Due to success === 1 and success === 0 being treated specially, the output of passclass() is distorted.

You can see that at the test for 'calc()' on Firefox 43.0: Distorted support display Only one of seven tests failed, though the assigned class is slightly-buggy, while it should actually be almost-pass.

Sebastian

dstorey commented 8 years ago

This is merged now

SebastianZ commented 8 years ago

Right. Thanks for closing the issue!

Sebastian