tenfourfox/layout/reftests/mathml/dtls-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

135 lines
2.6 KiB
HTML

<!doctype html>
<head>
<style type="text/css" media="screen, print">
@font-face {
font-family: "dtls-1";
src: url(../fonts/math/dtls-1.otf);
}
math {
font-family: dtls-1;
}
</style>
</head>
<body>
<math>
<mover accent="true">
<mn>a</mn>
<mn>a</mn>
</mover>
<munder accentunder="true">
<mn>a</mn>
<mn>a</mn>
</munder>
<munderover accent="true" accentunder="true">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
</math>
<p>
<math>
<mover accent="true">
<mover accent="true">
<mn>a</mn>
<mn>a</mn>
</mover>
<mn>a</mn>
</mover>
<mover accent="true">
<mover accent="true">
<mn>a</mn>
<mn>a</mn>
</mover>
<mover accent="true">
<mn>a</mn>
<mn>a</mn>
</mover>
</mover>
<munderover accent="true" accentunder="true">
<munderover accent="true" accentunder="true">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
<mn>a</mn>
<mn>a</mn>
</munderover>
<munderover accent="true" accentunder="true">
<munderover accent="true" accentunder="true">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
<munderover accent="true" accentunder="true">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
<munderover accent="true" accentunder="true">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
</munderover>
</math>
<p>
<math>
<mstyle style="font-feature-settings: 'dtls' 0">
<mover accent="true">
<mn>a</mn>
<mn>a</mn>
</mover>
<munder accentunder="true">
<mn>a</mn>
<mn>a</mn>
</munder>
<munderover accent="true" accentunder="true">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
</mstyle>
</math>
<p>
<math>
<mover accent="false">
<mn>a</mn>
<mn>a</mn>
</mover>
<munderover accent="false" accentunder="false">
<mn>a</mn>
<mn>a</mn>
<mn>a</mn>
</munderover>
</math>
<p>
<math>
<mover>
<mo movablelimits="true">a</mo>
<mo>a</mo>
</mover>
<munderover>
<mo movablelimits="true">a</mo>
<mo>a</mo>
<mo>a</mo>
</munderover>
<mover accent="true">
<mo movablelimits="true">a</mo>
<mo>a</mo>
</mover>
<munderover accent="true">
<mo movablelimits="true">a</mo>
<mo>a</mo>
<mo>a</mo>
</munderover>
</math>
</body>