mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Reftest for bug 662756. r=karlt
This commit is contained in:
parent
4853dfd9c9
commit
89736bf22a
43
layout/reftests/mathml/mo-lspace-rspace-ref.html
Normal file
43
layout/reftests/mathml/mo-lspace-rspace-ref.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
|
||||
<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>mo-lspace-rspace</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<!-- not in the operator dictionary -->
|
||||
<math>
|
||||
<mtext>_</mtext>
|
||||
<mspace width="thickmathspace" height="0" depth="0"></mspace>
|
||||
<mtext>MO</mtext>
|
||||
<mspace width="thickmathspace" height="0" depth="0"></mspace>
|
||||
<mtext>_</mtext>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
|
||||
<math>
|
||||
<mtext>_</mtext>
|
||||
<mspace width="thinmathspace" height="0" depth="0"></mspace>
|
||||
<mtext>∿</mtext>
|
||||
<mspace width="thinmathspace" height="0" depth="0"></mspace>
|
||||
<mtext>_</mtext>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<!-- Invisible operator -->
|
||||
<math>
|
||||
<mtext>_</mtext>
|
||||
<mtext>⁡</mtext>
|
||||
<mtext>_</mtext>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
39
layout/reftests/mathml/mo-lspace-rspace.html
Normal file
39
layout/reftests/mathml/mo-lspace-rspace.html
Normal file
@ -0,0 +1,39 @@
|
||||
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
|
||||
<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>mo-lspace-rspace</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<!-- not in the operator dictionary -->
|
||||
<math>
|
||||
<mtext>_</mtext>
|
||||
<mo>MO</mo>
|
||||
<mtext>_</mtext>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
|
||||
<math>
|
||||
<mtext>_</mtext>
|
||||
<mo>∿</mo>
|
||||
<mtext>_</mtext>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<!-- Invisible operator -->
|
||||
<math>
|
||||
<mtext>_</mtext>
|
||||
<mo>⁡</mo>
|
||||
<mtext>_</mtext>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -101,4 +101,5 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # See bug 569125#c29
|
||||
== maction-dynamic-embellished-op.html maction-dynamic-embellished-op-ref.html
|
||||
== maction-dynamic-1.html maction-dynamic-1-ref.html
|
||||
== maction-dynamic-2.html maction-dynamic-2-ref.html
|
||||
== mo-lspace-rspace.html mo-lspace-rspace-ref.html
|
||||
== maction-dynamic-3.html maction-dynamic-3-ref.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user