layout/reftests/mathml/semantics-1-ref.xhtml

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <meta http-equiv="content-type"
michael@0 5 content="application/xhtml+xml; charset=utf-8" />
michael@0 6 <title>Various tests for semantics</title>
michael@0 7 </head>
michael@0 8
michael@0 9 <body>
michael@0 10 <!-- displaystyle (bug 468059) -->
michael@0 11 <p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
michael@0 12 <semantics>
michael@0 13 <mstyle displaystyle="true">
michael@0 14 <munderover>
michael@0 15 <mo movablelimits="true">□■□</mo>
michael@0 16 <mtext>■□■□■□</mtext>
michael@0 17 <mtext>■□■□■□</mtext>
michael@0 18 </munderover>
michael@0 19 </mstyle>
michael@0 20 </semantics>
michael@0 21 </math></p>
michael@0 22
michael@0 23 <!-- embellished operator (bug 21479) -->
michael@0 24 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 25 <mover>
michael@0 26 <mspace width="300px" height="10px" mathbackground="black"></mspace>
michael@0 27 <mo>&#xaf;</mo>
michael@0 28 </mover>
michael@0 29 </math></p>
michael@0 30
michael@0 31 <!-- unwanted whitespace (bug 512418) -->
michael@0 32 <p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 33 <mrow>
michael@0 34 <mrow>
michael@0 35 <mo>lcm</mo>
michael@0 36 <mo>(</mo>
michael@0 37 <mi>a</mi>
michael@0 38 <mo>,</mo>
michael@0 39 <mi>b</mi>
michael@0 40 <mo>)</mo>
michael@0 41 </mrow>
michael@0 42 <mo>=</mo>
michael@0 43 <mfrac>
michael@0 44 <mrow>
michael@0 45 <mo>(</mo>
michael@0 46 <mi>a</mi>
michael@0 47 <mo>&#x2062;</mo>
michael@0 48 <mi>b</mi>
michael@0 49 <mo>)</mo>
michael@0 50 </mrow>
michael@0 51 <mrow>
michael@0 52 <mo>gcd</mo>
michael@0 53 <mo>(</mo>
michael@0 54 <mi>a</mi>
michael@0 55 <mo>,</mo>
michael@0 56 <mi>b</mi>
michael@0 57 <mo>)</mo>
michael@0 58 </mrow>
michael@0 59 </mfrac>
michael@0 60 </mrow>
michael@0 61 </math>■□■□■□</p>
michael@0 62
michael@0 63 <!-- maction and semantics (bug 523037) -->
michael@0 64 <p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 65 <maction actiontype="toggle" selection="3">
michael@0 66 <mn>1</mn>
michael@0 67 <mn>2</mn>
michael@0 68 <mn>3</mn>
michael@0 69 <mn>4</mn>
michael@0 70 <mn>5</mn>
michael@0 71 </maction>
michael@0 72 </math>■□■□■□</p>
michael@0 73
michael@0 74 <!-- maction and semantics (bug 523045) -->
michael@0 75 <p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 76 <maction actiontype="toggle" selection="4">
michael@0 77 <mn>1</mn>
michael@0 78 <mn>2</mn>
michael@0 79 <mn>3</mn>
michael@0 80 <mn>4</mn>
michael@0 81 <mn>5</mn>
michael@0 82 </maction>
michael@0 83 </math>■□■□■□</p>
michael@0 84 </body>
michael@0 85 </html>

mercurial