layout/reftests/font-features/annotations-ref.html

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 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Annotations test</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
michael@0 6
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 body {
michael@0 10 margin: 20px;
michael@0 11 font-size: 800%;
michael@0 12 font-family: Hiragino Maru Gothic ProN, Meiryo;
michael@0 13 }
michael@0 14
michael@0 15 /* for platforms without these fonts the default glyphs will show */
michael@0 16
michael@0 17 @font-face {
michael@0 18 font-family: testMeiryo-circled;
michael@0 19 src: local(Meiryo);
michael@0 20 -moz-font-feature-settings: "nalt" 4;
michael@0 21 }
michael@0 22
michael@0 23 @font-face {
michael@0 24 font-family: testMeiryo-black-circled;
michael@0 25 src: local(Meiryo);
michael@0 26 -moz-font-feature-settings: "nalt" 5;
michael@0 27 }
michael@0 28
michael@0 29 @font-face {
michael@0 30 font-family: testMeiryo-rounded-box;
michael@0 31 src: local(Meiryo);
michael@0 32 -moz-font-feature-settings: "nalt" 9;
michael@0 33 }
michael@0 34
michael@0 35 @font-face {
michael@0 36 font-family: testHiraginoMaru-circled;
michael@0 37 src: local(HiraMaruProN-W4), local(Hiragino Maru Gothic ProN W4);
michael@0 38 -moz-font-feature-settings: "nalt" 1;
michael@0 39 }
michael@0 40
michael@0 41 @font-face {
michael@0 42 font-family: testHiraginoMaru-black-circled;
michael@0 43 src: local(HiraMaruProN-W4), local(Hiragino Maru Gothic ProN W4);
michael@0 44 -moz-font-feature-settings: "nalt" 4;
michael@0 45 }
michael@0 46
michael@0 47 @font-face {
michael@0 48 font-family: testHiraginoMaru-rounded-box;
michael@0 49 src: local(HiraMaruProN-W4), local(Hiragino Maru Gothic ProN W4);
michael@0 50 -moz-font-feature-settings: "nalt" 10;
michael@0 51 }
michael@0 52
michael@0 53 #test1 {
michael@0 54 font-family: testHiraginoMaru-circled, testMeiryo-circled;
michael@0 55 }
michael@0 56
michael@0 57 #test2 {
michael@0 58 font-family: testHiraginoMaru-black-circled, testMeiryo-black-circled;
michael@0 59 }
michael@0 60
michael@0 61 #test3 {
michael@0 62 font-family: testHiraginoMaru-rounded-box, testMeiryo-rounded-box;
michael@0 63 }
michael@0 64
michael@0 65 </style>
michael@0 66
michael@0 67 </head>
michael@0 68 <body>
michael@0 69 <div><span id="test1">1</span> <span id="test2">2</span> <span id="test3">3</span></div>
michael@0 70 </body>
michael@0 71 </html>

mercurial