layout/reftests/font-features/font-variant-features.css

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 body { margin: 10px; }
michael@0 2
michael@0 3 @font-face {
michael@0 4 font-family: gsub-test;
michael@0 5 src: url(../fonts/gsubtest/gsubtest-lookup3.otf);
michael@0 6 }
michael@0 7
michael@0 8 td.prop {
michael@0 9 font-family: Menlo, monospace;
michael@0 10 font-weight: normal;
michael@0 11 text-align: left;
michael@0 12 font-size: 80%;
michael@0 13 }
michael@0 14
michael@0 15 td.features {
michael@0 16 font-family: gsub-test;
michael@0 17 }
michael@0 18
michael@0 19 .invalid {
michael@0 20 color: red;
michael@0 21 }
michael@0 22
michael@0 23 @font-feature-values gsub-test {
michael@0 24 @styleset { ok-alt-a: 1 3 5; ok-alt-b: 19; }
michael@0 25 @character-variant { ok-1: 78 2; }
michael@0 26 @character-variant { ok-3: 23; }
michael@0 27 @character-variant { not-good: 0 2; }
michael@0 28 @annotation { ok-4: 1; }
michael@0 29 @annotation { bogus-font-doesnt-support: 23; }
michael@0 30 @annotation { circled: 1; }
michael@0 31 @character-variant { multi-def: 4; }
michael@0 32 @annotation { multi-def: 3; }
michael@0 33 @styleset { multi-def2: 3 4 5; }
michael@0 34 @styleset { MULTI-def2: 2 6; }
michael@0 35 @styleset { out-of-bounds1: 0; out-of-bounds2: 100; }
michael@0 36 }
michael@0 37
michael@0 38 @font-feature-values bogus-family {
michael@0 39 @styleset { bogus: 3 4 7; }
michael@0 40 }
michael@0 41
michael@0 42 @font-feature-values GSUB-tEsT {
michael@0 43 @styleset { mixed-case: 3 4 7; }
michael@0 44 }
michael@0 45
michael@0 46 @font-feature-values gSuB-tEsT {
michael@0 47 @styleset { 3blah: 1 3; }
michael@0 48 }
michael@0 49
michael@0 50 @font-feature-values gSuB-tEsT {
michael@0 51 @styleset { moxie: 14; }
michael@0 52 @styleset { 3blah: 1; }
michael@0 53 }
michael@0 54
michael@0 55 @font-feature-values gSUB-TeST {
michael@0 56 @styleset { moxie2: 14; }
michael@0 57 @bongo { blah: 1; }
michael@0 58 }
michael@0 59
michael@0 60 @font-feature-values gSUB-TEst {
michael@0 61 @bongo { blah2: 1; }
michael@0 62 @styleset { moxie3: 14; }
michael@0 63 }

mercurial