Bug 1557512 [wpt PR 17215] - Import mo form tests, a=testonly
[gecko.git] / testing / web-platform / tests / mathml / presentation-markup / operators / mo-form-ref.html
blobd48bd48a6e4a492e7fc31ae83d016cd12b9c8d56
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8"/>
5 <title>&lt;mo&gt; form attribute</title>
6 </head>
7 <body>
9 <!-- This checks the effect of @form on a prefix operator. -->
10 _<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
11 _<math><mo lspace="0.11111em" rspace="0.05555em"></mo></math>_
12 _<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
14 <!-- This checks the effect of @form on an infix operator. -->
15 _<math><mo lspace="0.22222em" rspace="0.22222em"></mo></math>_
16 _<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
17 _<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
19 <!-- This checks the effect of @form on a postfix operator. -->
20 _<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
21 _<math><mo lspace="0.27777em" rspace="0.27777em"></mo></math>_
22 _<math><mo lspace="0em" rspace="0.11111em"></mo></math>_
24 </body>
25 </html>