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