Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
mathml
/
presentation
/
mroot-pref-width.html
blob: b40ac77c1dc4522853eb0a5104945cc3152dcb5a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<p>
The table cell border should go around the mroot, not through it:
</p>
<math>
<mtable>
<mtr>
<mtd
style
=
"
border
:
solid
"
>
<mroot>
<mi>
x
</mi>
<mn>
1234567890
</mn>
</mroot>
</mtd>
</mtr>
</mtable>
</math>