LeaVerou / css3test

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

"Cheater" warning about `background-repeat` is misleading #230

Closed smfr closed 2 years ago

smfr commented 2 years ago

index.html contains text that says "WebKit claims to support CSS3 background-repeat, but it’s LYING".

WebKit certainly supports background-repeat (just try an example where it affects rendering). The test harness is simply triggering a bug in WebKit where it's not round-tripping through inline style, which I am fixing via https://github.com/WebKit/WebKit/pull/3292.

LeaVerou commented 2 years ago

I merged the PR, so closing this :)