LeaVerou / css3test

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

Removed special handling of success being 0 or 1 (issue #117) #118

Closed SebastianZ closed 8 years ago

LeaVerou commented 8 years ago

Hi there, What's the actual change? The diff is HUUUUGE.

SebastianZ commented 8 years ago

Sorry for that! Not sure what happened, though I assume the line breaks got changed with this patch. Though I made the commit like the other ones. All this patch should do is to add 'epic-fail' and 'pass' to the classes array instead of handling them separately. See https://github.com/SebastianZ/css3test/commit/aa55ced5ce0e8cde92b9be99d46faf7d35a11279?w=1. I may come up with a new PR if you want me to.

Sebastian

SebastianZ commented 8 years ago

I created PR #119 instead.

Sebastian