| <script src="../../resources/js-test-pre.js"></script> |
| description('Tests that superscriptshift works on msubsup. After adding superscriptshift the height of msubsup element should increase'); |
| var rect = document.getElementById("msubsupEle").getBoundingClientRect(); |
| height = rect.bottom - rect.top; |
| shouldBeTrue("height > 150"); |
| <body onload="runTest()"> |
| <msubsup superscriptshift="60px" id="msubsupEle"> |
| <mspace width="50px" height="50px" mathbackground="green"/> |
| <mspace width="50px" height="50px" mathbackground="blue"/> |
| <mspace width="50px" height="50px" mathbackground="red"/> |