mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 04:38:02 +00:00
default values for mathvariant attribute on mi elements. b=413115
This commit is contained in:
parent
c30679524c
commit
89fe19aa08
9
layout/reftests/mathml/mi-mathvariant-1-ref.xhtml
Normal file
9
layout/reftests/mathml/mi-mathvariant-1-ref.xhtml
Normal 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>⁡</mo>
|
||||
<mi mathvariant="italic">x</mi>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
9
layout/reftests/mathml/mi-mathvariant-1.xhtml
Normal file
9
layout/reftests/mathml/mi-mathvariant-1.xhtml
Normal 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>⁡</mo>
|
||||
<mi>x</mi>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
1
layout/reftests/mathml/reftest.list
Normal file
1
layout/reftests/mathml/reftest.list
Normal file
@ -0,0 +1 @@
|
||||
== mi-mathvariant-1.xhtml mi-mathvariant-1-ref.xhtml
|
@ -87,3 +87,5 @@ include percent-overflow-sizing/reftest.list
|
||||
# forms
|
||||
include forms/reftest.list
|
||||
|
||||
# mathml
|
||||
include mathml/reftest.list
|
||||
|
Loading…
x
Reference in New Issue
Block a user