legacy-mrow-like-elements-002-ref.html (1065B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Legacy maction and semantics elements (reference)</title> 6 </head> 7 <body> 8 <p>This test passes if you see 4 green squares and no red.</p> 9 <p> 10 <math> 11 <mrow> 12 <mtext> 13 <span style="display: inline-block; width: 50px; height: 50px; background: green;"></span> 14 </mtext> 15 </mrow> 16 </math> 17 </p> 18 <p> 19 <math> 20 <mrow> 21 <mrow style="display: inline-block"> 22 <span style="display: inline-block; width: 50px; height: 50px; background: green;"></span> 23 </mrow> 24 </mrow> 25 </math> 26 </p> 27 <p> 28 <math> 29 <mrow> 30 <mspace style="background: green" width="50px" height="50px"></mspace> 31 </mrow> 32 </math> 33 </p> 34 <p> 35 <math> 36 <mrow> 37 <mspace style="background: green" width="50px" height="50px"></mspace> 38 </mrow> 39 </math> 40 </p> 41 <script src="/mathml/support/feature-detection.js"></script> 42 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_mspace");</script> 43 </body> 44 </html>