layout/reftests/mathml/mo-invisibleoperators.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 <html>
michael@0 2 <math>
michael@0 3 <mrow>
michael@0 4 <mn>1</mn>
michael@0 5 <mo>&#x2061;<!-- FUNCTION APPLICATION --></mo>
michael@0 6 <mn>2</mn>
michael@0 7 <mo>&#x2062;<!-- INVISIBLE TIMES --></mo>
michael@0 8 <mn>3</mn>
michael@0 9 <mo>&#x2063;<!-- INVISIBLE SEPARATOR --></mo>
michael@0 10 <mn>4</mn>
michael@0 11 <mo>&#x2064;<!-- INVISIBLE PLUS --></mo>
michael@0 12 <mn>5</mn>
michael@0 13 <!-- Hack. The invisible operators may not belong to the same font as
michael@0 14 the numbers, so they may have different heights. The mspace
michael@0 15 compensates for this by ensuring the height of the mrow does not
michael@0 16 depend on character height -->
michael@0 17 <mspace height="2em" width="0.1em"></mspace>
michael@0 18 </mrow>
michael@0 19 </math>
michael@0 20 <p>
michael@0 21 <!-- Should be invisible -->
michael@0 22 <math>
michael@0 23 <mo style="background: red; color: blue;">&ApplyFunction;</mo>
michael@0 24 </math>
michael@0 25 </html>

mercurial