Revision 03dbbcfeaff26b603303b524dd72f3a948d68b26 authored by Hwanseung Lee on 15 March 2018, 02:29:59 UTC, committed by Blink WPT Bot on 15 March 2018, 02:39:26 UTC
caption-side[1], isolation[2], unicode-bidi[3], writing-mode[4]
are added to support in whitelist.
and test file are also added.

[1]https://drafts.csswg.org/css-tables-3/#propdef-caption-side
[2]https://drafts.fxtf.org/compositing-2/#propdef-isolation
[3]https://drafts.csswg.org/css-writing-modes-4/#propdef-unicode-bidi
[4]https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode

Bug: 820299
Change-Id: Ic0395565e77363b27ed7f93c861c4258396d766e
Reviewed-on: https://chromium-review.googlesource.com/962562
Reviewed-by: Darren Shen <shend@chromium.org>
Commit-Queue: Hwanseung Lee <hwanseung@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543286}
1 parent 5c32dfb
Raw File
README
These are a simple set of reftests for testing CSS 2.1 Fonts.  They require the fonts in the fonts subdirectory to be installed on the machine where the test is run.

To run the tests:

1. Load test-prerequisites.xht to verify fonts have been installed.

2. Run through the tests in fontreftest.list.  '==' indicates that the two pages should render identically, != that they should not.

The fonts are modified versions of Gentium Basic, licensed by SIL under the Open Font License which allows modifications as long as the terms of the license are met.

The original fonts were used to create the family 'CSSTest Basic', this family has four faces and can be used for testing bold / italics.  A subsetted version of this font with only glyphs for basic ASCII characters 'CSSTest ASCII'.  This was used to make the other variations.  Most of the modications are to the name table and character maps, for the most part glyphs were not modified.

back to top