css3test icon indicating copy to clipboard operation
css3test copied to clipboard

Chrome <= 23 should fail a flexbox test

Open mlms13 opened this issue 11 years ago • 2 comments

With the flex shorthand property set to flex: auto, the result should be the same as flex: 1 1 auto. In the current stable version of Chrome (23), flex: auto doesn't seem to do anything, as you can see here. It would be nice if css3test would include a test demonstrating this failure.

mlms13 avatar Nov 17 '12 00:11 mlms13

Please note, in the top left corner:

image

Sometimes browsers lie about what they support. css3test cannot do anything about that, short of adding them to the “cheaters" list on the sidebar (which most people don't read).

LeaVerou avatar Feb 16 '16 09:02 LeaVerou

HTML5Test uses a blacklist (because certain mobile browsers were enabling webkit flags without having features supported to boost score, I believe). We could perhaps do that, but it'd be work to maintain.

dstorey avatar Feb 17 '16 09:02 dstorey

This specific issue regarding flex is pretty outdated now. So I close this issue now.

If there is still need to flag such "fake implementations", please open a new issue providing current examples.

Sebastian

SebastianZ avatar Mar 11 '23 21:03 SebastianZ