blob: a93883524726587b7ca1fb99a900e96e0da9f562 [file] [log] [blame] [edit]
<!doctype html>
<html>
<head>
<title>testcase</title>
<meta charset="utf-8"/>
<style type="text/css">
body {
overflow: hidden;
}
</style>
</head>
<body>
<div style="position: absolute; top: 0; width: 100%;">
<div style="position: absolute; top: 0; background: red; width: 100%;">
<math style="visibility: hidden;">
<msqrt>
<mi>x</mi>
<mi>y</mi>
</msqrt>
</math>
</div>
</div>
<div style="position: absolute; top: 5em; width: 100%;">
<div style="position: absolute; top: 0; background: blue; width: 100%;">
<math style="visibility: hidden;">
<msup>
<mi>x</mi>
<mi>y</mi>
</msup>
</math>
</div>
</div>
</body>
</html>