1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mathvariant-5-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,52 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 + <head> 1.7 + <title>Dynamic mathvariant tests</title> 1.8 + </head> 1.9 + <body> 1.10 + <math> 1.11 + <mrow> 1.12 + <mi id="Mi0" mathvariant="script">A</mi> 1.13 + <mi id="Mi1">BB</mi> 1.14 + <mi id="Mi2">B</mi> 1.15 + <mi id="Mi3">A</mi> 1.16 + <mi id="Mi4" mathvariant="script">A</mi> 1.17 + <mtext id="Mtext0" fontweight="bold">A</mtext> 1.18 + <mtext id="Mtext1" fontstyle="italic">A</mtext> 1.19 + <mtext id="Mtext2" mathvariant="script">A</mtext> 1.20 + <mtext id="Mtext3" mathvariant="script">A</mtext> 1.21 + <mtext id="Mtext4" mathvariant="script">A</mtext> 1.22 + <mtext id="Mtext5" mathvariant="script">A</mtext> 1.23 + </mrow> 1.24 + </math> 1.25 + 1.26 + <p> 1.27 + 1.28 + <math> 1.29 + <mrow> 1.30 + <mstyle id="Mstyle0" mathvariant="fraktur"> 1.31 + <mtext>Hello</mtext> 1.32 + </mstyle> 1.33 + <mstyle id="Mstyle1" mathvariant="monospace"> 1.34 + <mtext>Hello</mtext> 1.35 + </mstyle> 1.36 + <mstyle id="Mstyle2"> 1.37 + <mtext>Hello</mtext> 1.38 + </mstyle> 1.39 + </mrow> 1.40 + </math> 1.41 + 1.42 + <p> 1.43 + 1.44 + <math id="Math0" mathvariant="fraktur"> 1.45 + <mtext>Hello</mtext> 1.46 + </math> 1.47 + <math id="Math1" mathvariant="monospace"> 1.48 + <mtext>Hello</mtext> 1.49 + </math> 1.50 + <math id="Math2"> 1.51 + <mtext>Hello</mtext> 1.52 + </math> 1.53 + 1.54 + </body> 1.55 +</html>