repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
css-visited
/
mathml-links-ref.html
blob
7919142fe198379d907a2e076b41234bc7502202
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<style>
5
* { color: green; }
6
</style>
7
</head>
8
<body>
9
<math
href
=
""
display
=
"block"
>
10
<mi>
x
</mi>
11
<mo>
=
</mo>
12
<mfrac>
13
<mrow>
14
<msqrt>
15
<mn>
5
</mn>
16
</msqrt>
17
</mrow>
18
<mrow>
19
<menclose
20
notation
=
"radical circle roundedbox updiagonalstrike downdiagonalstrike"
>
21
<mn>
2
</mn>
22
</menclose>
23
</mrow>
24
</mfrac>
25
<mo>
+
</mo>
26
<mfrac
bevelled
=
"true"
>
27
<mn>
2
</mn>
28
<mn>
3
</mn>
29
</mfrac>
30
</math>
31
</body>
32
</html>