- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 23 Mar 2015 17:01:05 -0400
- To: Chris Lilley <chris@w3.org>
- Cc: Public CSS Test suite mailing list <public-css-testsuite@w3.org>
Le 2015-03-23 12:01, Chris Lilley a écrit : > C) A larger set of tests extensively checks PNG cursor support in > depth (no need to run these if 001 and 002 fail). All possible color > types (greyscale, RGB, grey+A, RGBA, indexed) are tested with both > interlaced and non-interlaced images, at various bit depths. > > PNG alpha and transparency (tRNS) are tested, also gamma correction. > Lastly there are some tests with invalid PNG images, to check the > fallback is used. > > All images are from the PNG test suite, and the images were verified > for correctness to the PNG spec using pngcheck -v. > > cursor-image-png-001.html to cursor-image-png-043.html Chris, These tests are interesting. One is incorrect: http://test.csswg.org/shepherd/testcase/cursor-image-png-038/ http://test.csswg.org/source/css-ui-3/cursor-image-png-038.html Links to images are incorrect, an alt attribute are missing also, image flag is missing. line 16 to 21: <img src="PTS/g03n0g16.png"><br /> should be line 16 to 21: <img src="support/PTS/g03n0g16.png" alt="Image download support must be enabled"><br /> > D) Similar tests will be needed for other cursor formats, Any chance of testing .csr format? > some of which > (such as .cur) do not have adequate documentation. .cur is a Microsoft-proprietary file format right now ... Gérard -- Test Format Guidelines http://testthewebforward.org/docs/test-format-guidelines.html Test Style Guidelines http://testthewebforward.org/docs/test-style-guidelines.html Test Templates http://testthewebforward.org/docs/test-templates.html CSS Naming Guidelines http://testthewebforward.org/docs/css-naming.html Test Review Checklist http://testthewebforward.org/docs/review-checklist.html CSS Metadata http://testthewebforward.org/docs/css-metadata.html
Received on Monday, 23 March 2015 21:01:37 UTC