mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 671796 - "ASSERTION: unexpected block frame" with text-overflow, overflow, mathml. r=roc
This commit is contained in:
parent
28fe3cfc4b
commit
d93810c1a5
@ -365,4 +365,5 @@ load text-overflow-iframe.html
|
||||
load text-overflow-bug666751-1.html
|
||||
load text-overflow-bug666751-2.html
|
||||
asserts(2) load text-overflow-bug670564.xhtml # asserts(2) for bug 436470
|
||||
load text-overflow-bug671796.xhtml
|
||||
load 667025.html
|
||||
|
5
layout/generic/crashtests/text-overflow-bug671796.xhtml
Normal file
5
layout/generic/crashtests/text-overflow-bug671796.xhtml
Normal file
@ -0,0 +1,5 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<body style="width: 1px; text-overflow: ellipsis; overflow-y: scroll;">
|
||||
<math xmlns="http://www.w3.org/1998/Math/MathML"><msup style="display:block"/></math>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user