Bug 739556 - Static reftests. r=karlt

This commit is contained in:
Andrii Zui 2012-04-24 19:49:59 -04:00
Родитель 42a0a68e10
Коммит 7b156b39fa
3 изменённых файлов: 112 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,48 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>maction selection</title>
</head>
<body>
<p>Statusline:
<math>
<msqrt><mi>x</mi></msqrt>
</math>
</p>
<p>Tooltip:
<math>
<msqrt><mi>x</mi></msqrt>
</math>
</p>
<p>Toggle:
<math>
<mfrac>
<mn>6</mn>
<mn>8</mn>
</mfrac>
</math>
</p>
<p>Toggle 2:
<math>
<maction actiontype="toggle" selection="1">
<mfrac>
<mn>6</mn>
<mn>8</mn>
</mfrac>
<mfrac>
<mn>3</mn>
<mn>4</mn>
</mfrac>
</maction>
</math>
</p>
</body>
</html>

Просмотреть файл

@ -0,0 +1,63 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>maction selection</title>
</head>
<body>
<p>Statusline:
<math>
<maction actiontype="statusline" selection="2">
<msqrt><mi>x</mi></msqrt>
<mtext>square root of x</mtext>
</maction>
</math>
</p>
<p>Tooltip:
<math>
<maction actiontype="tooltip" selection="2">
<msqrt><mi>x</mi></msqrt>
<mtext>square root of x</mtext>
</maction>
</math>
</p>
<p>Toggle:
<math>
<maction actiontype="toggle" selection="2">
<mfrac>
<mn>3</mn>
<mn>4</mn>
</mfrac>
<mfrac>
<mn>6</mn>
<mn>8</mn>
</mfrac>
</maction>
</math>
</p>
<p>Toggle 2:
<math>
<maction actiontype="toggle" selection="2">
<mfrac>
<mn>3</mn>
<mn>4</mn>
</mfrac>
<mfrac>
<mn>6</mn>
<mn>8</mn>
</mfrac>
</maction>
</math>
</p>
</body>
</html>

Просмотреть файл

@ -97,3 +97,4 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # See bug 569125#c29
== munderover-empty-scripts.html munderover-empty-scripts-ref.html
== positive-namedspace.html positive-namedspace-ref.html
== mtable-width.html mtable-width-ref.html
== maction-selection.html maction-selection-ref.html