1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mathvariant-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 + <head> 1.7 + <title>Test mathvariant exception mappings</title> 1.8 + </head> 1.9 + <body> 1.10 + <math> 1.11 + <mrow> 1.12 + <mtext>𝚤𝚥</mtext> 1.13 + <mtext>ıȷ</mtext> 1.14 + <mtext>𝟊𝟋</mtext> 1.15 + <mtext>Ϝϝ</mtext> 1.16 + </mrow> 1.17 + </math> 1.18 + <p> 1.19 + <math> 1.20 + <mrow> 1.21 + <mi mathvariant="italic">ı</mi> 1.22 + <mi mathvariant="italic">ȷ</mi> 1.23 + <mi mathvariant="normal">ıı</mi> 1.24 + <mi mathvariant="normal">ȷȷ</mi> 1.25 + </mrow> 1.26 + </math> 1.27 + </body> 1.28 +</html>