Add reftest for bug 124709, r=bzbarsky

This commit is contained in:
Frédéric Wang 2010-02-26 21:32:31 -05:00
parent 24e10dd945
commit 036586a9f4
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mspace style="position: absolute; top: 0; left: 0; background: green;"
width="100px" height="100px" depth="0"/>
</math>

View File

@ -0,0 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test mime type application/mathml+xml</title>
</head>
<body>
<object type="application/mathml+xml" data="mathml-type-supported-ref.xml"
style="position: absolute; top: 0; left: 0; background: red;
width: 100px; height: 100px;"/>
</body>
</html>

View File

@ -7,3 +7,4 @@
!= stretchy-underbar-1.xhtml stretchy-underbar-1-ref.xhtml
== table-width-1.xhtml table-width-1-ref.xhtml
== underbar-width-1.xhtml underbar-width-1-ref.xhtml
== mathml-type-supported.xhtml mathml-type-supported-ref.xml