- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sun, 19 Apr 2015 01:42:23 -0400
- To: Taka Oshiyama <takaoshiyama@gmail.com>
- Cc: Public CSS Test suite mailing list <public-css-testsuite@w3.org>
Taka Oshiyama, http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/text-orientation-011.htm http://test.csswg.org/source/css-writing-modes-3/text-orientation-011.xht 1- Vendor-prefix ("-webkit-") should not be used in tests. 2- I think such test file should be broken, split into 2 distinct, separate tests; the Ahem part in 1 test, the Japanese text part in another. 3- The <div class="view" lang="ja">...</div> should declare a specified non-auto height (say, 'height: 7em') otherwise such <div> will use the height of initial containing block as a fallback. Chrome does not do that and this is a bug in Chrome. 4- The goal and purpose of the test ["This test checks that 'text-orientation: upright' causes characters from horizontal-only scripts are rendered upright (...)"] is actually verified and is passed by Firefox 40.0a1 buildID=20150417134120 and passed by Chrome 44.0.2369.0 but, because those 2 browsers can not render the CSS code ('text-combine-upright: all' applied on 1 single digit) involved in <span class="tcy">, it ends up that the test (such part of that test file) is failed when, in all fairness, this is not true. The text-orientation-011 test (Japanese text part of that test file) will cause a false negative for those 2 browsers. 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 Sunday, 19 April 2015 05:42:53 UTC