default values for mathvariant attribute on mi elements. b=413115

This commit is contained in:
karlt+@karlt.net 2008-01-29 20:24:33 -08:00
parent c30679524c
commit 89fe19aa08
4 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi mathvariant="normal">cos</mi>
<mo>&#x2061;</mo>
<mi mathvariant="italic">x</mi>
</math>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>cos</mi>
<mo>&#x2061;</mo>
<mi>x</mi>
</math>
</body>
</html>

View File

@ -0,0 +1 @@
== mi-mathvariant-1.xhtml mi-mathvariant-1-ref.xhtml

View File

@ -87,3 +87,5 @@ include percent-overflow-sizing/reftest.list
# forms
include forms/reftest.list
# mathml
include mathml/reftest.list