prev | ( testsuite > Presentation > CSS > msqrt > msqrt-07 ) | next | (show test run result) |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Presentation/CSS/msqrt/msqrt-07 |
CVS-ID: | |
Author: | George Chavchanidze, Opera Software ASA |
Description: | Radicals below might have different shapes, but their content must share the same baseline |
Sample Rendering: |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <msqrt> <mi>content</mi> </msqrt> <mo>=</mo> <msqrt> <munder> <mi>content</mi> <mphantom><mi>fail</mi></mphantom> </munder> </msqrt> <mo>=</mo> <msqrt> <mover> <mi>content</mi> <mphantom><mi>fail</mi></mphantom> </mover> </msqrt> </math>