git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add an MathMLSelectElement class to implement <maction> and <semantics>.
[WebKit-https.git]
/
LayoutTests
/
mathml
/
presentation
/
semantics-expected.html
1
<!doctype html>
2
<html>
3
<head>
4
<title>semantics</title>
5
</head>
6
<body>
7
8
<math>
9
<mrow>
10
<mi>x</mi>
11
</mrow>
12
</math>
13
14
<math>
15
<mrow>
16
<mspace width="20px" height="20px" mathbackground="red"/>
17
</mrow>
18
</math>
19
20
</body>
21
</html>