WebKit Bugzilla
Attachment 342540 Details for
Bug 186564
: list item marker vanishes when item content includes certain MathML expressions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test case
li-math.html (text/html), 975 bytes, created by
Joanmarie Diggs
on 2018-06-12 08:30:32 PDT
(
hide
)
Description:
test case
Filename:
MIME Type:
Creator:
Joanmarie Diggs
Created:
2018-06-12 08:30:32 PDT
Size:
975 bytes
patch
obsolete
><html> > <head> > <meta charset="utf-8"> > </head> > <style> > math { padding:10px; } > </style> > <body> > <ul> > <li> > <math display="block"> > <munderover> > <mo>∑<!-- â --></mo> > <mrow> > <mi>i</mi> > </mrow> > <mrow> > <mi>k</mi> > </mrow> > </munderover> > </math> > </li> > <li> > <math display="block"> > <munderover> > <mo>S</mo> > <mrow> > <mi>i</mi> > </mrow> > <mrow> > <mi>k</mi> > </mrow> > </munderover> > </math> > </li> > <li> > <math> > <munderover> > <mo>∑<!-- â --></mo> > <mrow> > <mi>i</mi> > </mrow> > <mrow> > <mi>k</mi> > </mrow> > </munderover> > </math> > </li> > </ol> > </body> ></html>
<html> <head> <meta charset="utf-8"> </head> <style> math { padding:10px; } </style> <body> <ul> <li> <math display="block"> <munderover> <mo>∑<!-- â --></mo> <mrow> <mi>i</mi> </mrow> <mrow> <mi>k</mi> </mrow> </munderover> </math> </li> <li> <math display="block"> <munderover> <mo>S</mo> <mrow> <mi>i</mi> </mrow> <mrow> <mi>k</mi> </mrow> </munderover> </math> </li> <li> <math> <munderover> <mo>∑<!-- â --></mo> <mrow> <mi>i</mi> </mrow> <mrow> <mi>k</mi> </mrow> </munderover> </math> </li> </ol> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 186564
: 342540 |
342541