Sign in
webkit
/
WebKit
/
7bcda283db1bdca0a1cb57234e97fdd48029e4ec
/
.
/
LayoutTests
/
mathml
/
presentation
/
mfrac-linethickness3.html
blob: 4bf7fe0c691fb45b5d50fafa48ed99c20eee24c8 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<title>
mfrac linethickness
</title>
</head>
<body>
<!-- The fraction bar should not be visible -->
<math>
<mfrac
linethickness
=
"0"
>
<mi>
x
</mi>
<mi>
y
</mi>
</mfrac>
</math>
</body>
</html>