Bug 671796 - "ASSERTION: unexpected block frame" with text-overflow, overflow, mathml. r=roc

This commit is contained in:
Jesse Ruderman 2011-07-19 14:20:33 +02:00
parent 28fe3cfc4b
commit d93810c1a5
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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>