- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sat, 23 Feb 2013 20:05:28 -0500
- To: "taka" <takaoshiyama@gmail.com>
- Cc: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
Taka,
http://www.gtalbot.org/BrowserBugsSection/review/line-break-strict-011-review3.xht
test uses
@font-face
{
font-family: "mplus-1p-regular";
src: url("support/mplus-1p-regular.woff") format("woff");
/* filesize: 803300 bytes (784.5 KBytes) */
}
784.5 Kbytes is smaller than 1300 Kbytes but it's still a rather big
file to download; download time and parsing time could interfere with
screenshots comparison.
So I think it's still a solution which is not satisfactory right now.
-------------
http://www.gtalbot.org/BrowserBugsSection/review/text-orientation-mixed-001-review.xht
test uses
@font-face
{
font-family: "DejaVuSerifBook";
src: url("support/DejaVuSerif-webfont.woff") format("woff");
/* Filesize: 18096 bytes (17.7 KBytes) */
}
I think you can hg-copy it (you must use Mercurial to do this so that
the system knows, understands to reuse that same
DejaVuSerif-webfont.woff file) into your /support/ folder and use it in
your tests.
---------------
One last thing. Opera 12.14 under Linux automatically, by default, will
anti-alias glyphs [1]: it's in the user prefs setting by default. Chrome
25.0.1364.97 and Firefox 19 do not. So, if the reftest is made of an
image, then this may create a false negative, false fail result.
[1]: Search for "Draw Anti Aliased Fonts" at
http://www.opera.com/support/usingopera/operaini/#userprefs
on in
opera:config#UserPrefs|DrawAntiAliasedFonts
with Opera
Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html
CSS 2.1 test suite harness:
http://test.csswg.org/harness/
Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Sunday, 24 February 2013 01:06:01 UTC