layout/reftests/mathml/mathscript-2-ref.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!doctype html>
     2 <html>
     3   <head>
     4     <title>Dynamic OpenType 'math' script tests</title>
     5     <!-- See mathscript-1-ref.html for an explanation of this font -->
     6     <style type="text/css" media="screen, print">
     7     @font-face {
     8       font-family: "mathssty";
     9       src: url("mathssty.woff");
    10     }
    11   </style>
    12   </head>
    13   <body>
    15   <!-- Demonstrate that it has no effect outside MathML -->
    16   <div style="font-family: 'mathssty';" >DD</div>
    18   <!-- Demonstrate that it works within MathML -->
    19   <math>
    20     <mstyle style="font-family: 'mathssty';">
    21       <mo>CC</mo>
    22     </mstyle>
    23   </math>
    24   </body>
    25 </html>

mercurial